Sha256: e4badd3dfbf93fb2b4d86367a7a1817a11354658e2b3531666fcbed1861bcdc8
Contents?: true
Size: 360 Bytes
Versions: 6
Compression:
Stored size: 360 Bytes
Contents
module ShopifyApp class AuthenticatedController < ApplicationController include ShopifyApp::Localization include ShopifyApp::LoginProtection before_action :set_locale before_action :login_again_if_different_shop around_action :shopify_session layout ShopifyApp.configuration.embedded_app? ? 'embedded_app' : 'application' end end
Version data entries
6 entries across 6 versions & 1 rubygems