Sha256: af534395d65012ee23f5cd560464b4094b544c326d7864627b9b02d039828e3e

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 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

4 entries across 4 versions & 1 rubygems

Version Path
shopify_app-21.4.1 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.4.0 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.3.1 app/controllers/concerns/shopify_app/require_known_shop.rb
shopify_app-21.3.0 app/controllers/concerns/shopify_app/require_known_shop.rb