This commit is contained in:
Tom Hughes 2015-03-04 21:49:43 +00:00
parent 6e3d183c40
commit 21d60e359a
12 changed files with 242 additions and 20 deletions

View file

@ -389,12 +389,6 @@ class ApplicationController < ActionController::Base
render :action => "timeout"
end
##
# is the requestor logged in?
def logged_in?
!@user.nil?
end
##
# ensure that there is a "this_user" instance variable
def lookup_this_user