Class: GoSso::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- GoSso::ApplicationController
- Defined in:
- app/controllers/go_sso/application_controller.rb
Instance Method Summary collapse
Instance Method Details
#callback ⇒ Object
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 |