Class: G5Authenticatable::ErrorController

Inherits:
ApplicationController show all
Defined in:
app/controllers/g5_authenticatable/error_controller.rb

Instance Method Summary collapse

Instance Method Details

#auth_errorObject



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