Class: GoSso::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/go_sso/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#callbackObject



5
6
7
# File 'app/controllers/go_sso/application_controller.rb', line 5

def callback
  redirect_to session.delete(:go_sso_referrer) || request.base_url
end