Class: AppProxyController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- AppProxyController
- Includes:
- ShopifyApp::AppProxyVerification
- Defined in:
- lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_controller.rb
Instance Method Summary collapse
Methods included from ShopifyApp::AppProxyVerification
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_controller.rb', line 5 def index render(layout: false, content_type: 'application/liquid') end |