Sha256: 1bff20dafc479a5eb85e380137b50b66d32c74eb64a6da472776a2b00163b173
Contents?: true
Size: 208 Bytes
Versions: 35
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true class AppProxyController < ApplicationController include ShopifyApp::AppProxyVerification def index render(layout: false, content_type: "application/liquid") end end
Version data entries
35 entries across 35 versions & 1 rubygems