Class: AppProxyController

Inherits:
ApplicationController
  • Object
show all
Includes:
DuodealerApp::AppProxyVerification
Defined in:
lib/generators/duodealer_app/app_proxy_controller/templates/app_proxy_controller.rb

Instance Method Summary collapse

Methods included from DuodealerApp::AppProxyVerification

#verify_proxy_request

Instance Method Details

#indexObject



4
5
6
# File 'lib/generators/duodealer_app/app_proxy_controller/templates/app_proxy_controller.rb', line 4

def index
  render layout: false, content_type: "application/liquid"
end