Sha256: e95f1206f893432cced852f8047ca45c158f094153ab5903d8dd3ffac3c445ab
Contents?: true
Size: 397 Bytes
Versions: 7
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true module ShopifyApp module Authenticated extend ActiveSupport::Concern included do ShopifyApp::Logger.deprecated( "Authenticated has been replaced by EnsureHasSession."\ " Please use the EnsureHasSession controller concern for the same behavior", "22.0.0", ) end include ShopifyApp::EnsureHasSession end end
Version data entries
7 entries across 7 versions & 1 rubygems