Class: G5Authenticatable::ErrorController

Inherits:
ApplicationController show all
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_errorObject



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