class BuntoAuth::ConfigError

Public Instance Methods

message() click to toggle source
# File lib/bunto_auth/config_error.rb, line 3
def message
  "Bunto Auth is refusing to serve your site because your oauth credentials are not properly configured."
end