Sha256: 62bcf6ce1fcc44bb17c6eec2972c94c681094e274213aab91f52121aa91454ac
Contents?: true
Size: 219 Bytes
Versions: 8
Compression:
Stored size: 219 Bytes
Contents
class AuthenticatedController < ApplicationController before_action :login_again_if_different_shop around_filter :shopify_session layout ShopifyApp.configuration.embedded_app? ? 'embedded_app' : 'application' end
Version data entries
8 entries across 8 versions & 1 rubygems