Class: SessionsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- SessionsController
- Includes:
- ShopifyApp::SessionsController
- Defined in:
- app/controllers/sessions_controller.rb
Instance Method Summary collapse
Instance Method Details
#referral ⇒ Object
4 5 6 7 8 |
# File 'app/controllers/sessions_controller.rb', line 4 def referral [DiscoApp::SOURCE_COOKIE_KEY] = params[:source] if params[:source].present? [DiscoApp::CODE_COOKIE_KEY] = params[:code] if params[:code].present? redirect_to root_path end |