Sha256: f8d7c7ecc5bed7d754a8392fdde0707fdd4f331231d77a3b9b3f6eb4f72cfc6a
Contents?: true
Size: 349 Bytes
Versions: 71
Compression:
Stored size: 349 Bytes
Contents
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
71 entries across 71 versions & 3 rubygems