Sha256: 49e3951c6078acfabe4e4debf108ee15e284c687491a872512a1ec2b2c4ed395
Contents?: true
Size: 207 Bytes
Versions: 47
Compression:
Stored size: 207 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
47 entries across 47 versions & 2 rubygems