The proc to call that retrieves the #current_user from the ApplicationController.
Class-level access to the current user
# File lib/active_scaffold/active_record_permissions.rb, line 52 def current_user ActiveRecord::Base.current_user_proc.call if ActiveRecord::Base.current_user_proc end