Sha256: f24939fa7bcd5261f93e4cada81abdad7d08717d9352c32d63262d4e48d65e5c
Contents?: true
Size: 214 Bytes
Versions: 19
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true class HomeController < ApplicationController include ShopifyApp::EmbeddedApp include ShopifyApp::RequireKnownShop def index @shop_origin = current_shopify_domain end end
Version data entries
19 entries across 19 versions & 1 rubygems