Exception: Alchemy::NoCurrentUserFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::NoCurrentUserFoundError
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised if no current_user is found to authorize against.
Instance Method Details
#message ⇒ Object
Raised if no current_user is found to authorize against.
77 78 79 |
# File 'lib/alchemy/errors.rb', line 77 def "You need to provide a current_user method in your ApplicationController that returns the current authenticated user." end |