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