Class: Refinery::Core::AuthorisationManager

Inherits:
Zilch::Authorisation::AuthorisationManager
  • Object
show all
Defined in:
core/lib/refinery/core/authorisation_manager.rb

Instance Method Summary collapse

Instance Method Details

#default_adapterObject



8
9
10
# File 'core/lib/refinery/core/authorisation_manager.rb', line 8

def default_adapter
  @default_adapter ||= Refinery::Core::AuthorisationAdapter.new
end