Sha256: 2e85c73765a83616638bedcd2519fb070167816a0cfb3a767eac4b50e8dd9466
Contents?: true
Size: 291 Bytes
Versions: 23
Compression:
Stored size: 291 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 @host = params[:host] end end
Version data entries
23 entries across 23 versions & 2 rubygems