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