Class: G5Authenticatable::ErrorController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- G5Authenticatable::ErrorController
- Defined in:
- app/controllers/g5_authenticatable/error_controller.rb
Overview
For handling errors returned by the auth server
Instance Method Summary collapse
Instance Method Details
#auth_error ⇒ Object
6 7 8 |
# File 'app/controllers/g5_authenticatable/error_controller.rb', line 6 def auth_error flash[:error] = 'There was a problem with the Auth Server!' end |