Sha256: c086b4b674fb2c7d9c77dc4d43e8391adc41e08f9d736bad6dc8590c297ca0ea

Contents?: true

Size: 265 Bytes

Versions: 4

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

class HomeController < ApplicationController
  include ShopifyApp::EmbeddedApp
  include ShopifyApp::RequireKnownShop
  include ShopifyApp::ShopAccessScopesVerification

  def index
    @shop_origin = current_shopify_domain
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shopify_app-17.2.1 lib/generators/shopify_app/home_controller/templates/unauthenticated_home_controller.rb
shopify_app-17.2.0 lib/generators/shopify_app/home_controller/templates/unauthenticated_home_controller.rb
shopify_app-17.1.1 lib/generators/shopify_app/home_controller/templates/unauthenticated_home_controller.rb
shopify_app-17.1.0 lib/generators/shopify_app/home_controller/templates/unauthenticated_home_controller.rb