Method: ShopifyApp::SessionsController#destroy
- Defined in:
- app/controllers/shopify_app/sessions_controller.rb
#destroy ⇒ Object
45 46 47 48 49 |
# File 'app/controllers/shopify_app/sessions_controller.rb', line 45 def destroy reset_session flash[:notice] = I18n.t('.logged_out') redirect_to login_url end |