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

Version Path
shopify_app-21.10.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.9.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.8.1 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.8.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.7.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.6.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.5.0 app/controllers/concerns/shopify_app/require_known_shop.rb