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