class GrapeTokenAuth::MappingsUndefinedError

Error when end-user has not configured any mappings

Public Instance Methods

message() click to toggle source
# File lib/grape_token_auth/exceptions.rb, line 15
def message
  'GrapeTokenAuth mapping are undefined. Define your mappings' +
    ' within the GrapeTokenAuth configuration'
end