class Alchemy::NoCurrentUserFoundError

Public Instance Methods

message() click to toggle source

Raised if no current_user is found to authorize against.

# File lib/alchemy/errors.rb, line 78
def message
  "You need to provide a current_user method in your ApplicationController that returns the current authenticated user."
end