Sha256: b06b4c0a6f2c909e606c3f9f91dd4b8083279680f91fcf9aaae172af1cfd771b

Contents?: true

Size: 360 Bytes

Versions: 47

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

47 entries across 47 versions & 2 rubygems

Version Path
ruby_shopify_app-1.3.3 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.3.2 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.3.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.3.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.2.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.1.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
ruby_shopify_app-1.0.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.1.3 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.1.2 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.1.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.1.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.0.4 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.0.3 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.0.2 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.0.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-18.0.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-17.2.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-17.2.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-17.1.1 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb
shopify_app-17.1.0 lib/generators/shopify_app/app_proxy_controller/templates/app_proxy_route.rb