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