Exception: ActionAuthorizer::ResultError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/action_authorizer/result_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



2
3
4
# File 'lib/action_authorizer/result_error.rb', line 2

def message
  "Result (#{super}) is not a FalseClass or TrueClass"
end