Class: LocalSystem
- Inherits:
-
Object
- Object
- LocalSystem
- Includes:
- LucidUser::Authorization
- Defined in:
- lib/isomorfeus/empowerment/local_system.rb
Instance Method Summary collapse
Methods included from LucidUser::Authorization
#authorization_reason, #authorized!, #authorized?, #record_authorization_reason, #stop_to_record_authorization_reason
Instance Method Details
#anonymous? ⇒ Boolean
4 5 6 |
# File 'lib/isomorfeus/empowerment/local_system.rb', line 4 def anonymous? false end |
#key ⇒ Object
8 9 10 |
# File 'lib/isomorfeus/empowerment/local_system.rb', line 8 def key 'local_system' end |