Exception: JwtAuthenticable::Exceptions::InvalidIncluder

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jwt_authenticable/exceptions.rb

Overview

Exception when the includer is not invalid

Instance Method Summary collapse

Instance Method Details

#messageObject



15
16
17
# File 'lib/jwt_authenticable/exceptions.rb', line 15

def message
  "The includer should export the 'request' method (i.e., it should be a rails controller)"
end