Sha256: 4635b1b5bf4b2cf3bd0b26c2223030e27390b5d15f5b10229499d2196fb3709a
Contents?: true
Size: 325 Bytes
Versions: 11
Compression:
Stored size: 325 Bytes
Contents
module ShopifyApp class AuthenticatedController < ActionController::Base include ShopifyApp::Localization include ShopifyApp::LoginProtection include ShopifyApp::EmbeddedApp protect_from_forgery with: :exception before_action :login_again_if_different_shop around_action :shopify_session end end
Version data entries
11 entries across 11 versions & 1 rubygems