Sha256: 41485e4d4e62d1db45a2807dbc8c4ba0fcf6122ce89cffdf77d8c58ef7ae7a2e

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

module ShopifyApp
  class AuthenticatedController < ApplicationController
    before_action :login_again_if_different_shop
    around_action :shopify_session
    layout ShopifyApp.configuration.embedded_app? ? 'embedded_app' : 'application'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopify_app-7.0.11 app/controllers/shopify_app/authenticated_controller.rb
shopify_app-7.0.10 app/controllers/shopify_app/authenticated_controller.rb
shopify_app-7.0.9 app/controllers/shopify_app/authenticated_controller.rb