Class: Anonymous
- Inherits:
-
Object
- Object
- Anonymous
- Includes:
- LucidUser::Authorization
- Defined in:
- lib/isomorfeus/empowerment/anonymous.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/anonymous.rb', line 4 def anonymous? true end |
#key ⇒ Object
8 9 10 |
# File 'lib/isomorfeus/empowerment/anonymous.rb', line 8 def key 'anonymous' end |