class SecurityController < ApplicationController def access_denied # TODO log, or notify admin, or something like that # This place can only be acheivable by doing something wrong (RForum doesn't show hyperlinks # for unauthorized activities, user must manually enter them to get here) # for now, go straight to template end end