class Dispatch::Auth::NotAuthorizedError

Public Instance Methods

message() click to toggle source
# File lib/dispatch/auth/errors.rb, line 16
def message
  'You are not authorized to access this page.'
end