Class: Refinery::Core::AuthorisationAdapter
- Inherits:
-
Zilch::Authorisation::Adapters::Default
- Object
- Zilch::Authorisation::Adapters::Default
- Refinery::Core::AuthorisationAdapter
- Defined in:
- lib/refinery/core/authorisation_adapter.rb
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
7 8 9 |
# File 'lib/refinery/core/authorisation_adapter.rb', line 7 def current_user @current_user ||= Refinery::Core::NilUser.new end |