Sha256: 79444087309861eb4057faddf7c4e8da4cff4ae8d3c332fccd0f0074e045652e
Contents?: true
Size: 283 Bytes
Versions: 5
Compression:
Stored size: 283 Bytes
Contents
module ShopifyApp class AuthenticatedController < ActionController::Base include ShopifyApp::Localization include ShopifyApp::LoginProtection include ShopifyApp::EmbeddedApp before_action :login_again_if_different_shop around_action :shopify_session end end
Version data entries
5 entries across 5 versions & 1 rubygems