Class: Refinery::Core::AuthorisationAdapter

Inherits:
Zilch::Authorisation::Adapters::Default
  • Object
show all
Defined in:
core/lib/refinery/core/authorisation_adapter.rb

Instance Method Summary collapse

Instance Method Details

#current_userObject



7
8
9
# File 'core/lib/refinery/core/authorisation_adapter.rb', line 7

def current_user
  @current_user ||= Refinery::Core::NilUser.new
end