Sha256: 93955936e2743447e3ff41afedecb10d8f634dd9ba6b53adcfbba05b53e4ba61

Contents?: true

Size: 360 Bytes

Versions: 35

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

namespace :app_proxy do
  root action: "index"
  # simple routes without a specified controller will go to AppProxyController

  # more complex routes will go to controllers in the AppProxy namespace
  #   resources :reviews
  # GET /app_proxy/reviews will now be routed to
  # AppProxy::ReviewsController#index, for example
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
shopify_app-22.5.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.5.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.4.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.3.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.3.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.2.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.2.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.1.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.0.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-22.00.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.10.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.9.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.8.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.8.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.7.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.6.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.5.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.4.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.4.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-21.3.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb