Sha256: 569efc90c15f61339a65a9a277e98add53a47f81da5f6af1d5514ace8a578e43
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
Rails.application.routes.draw do resources :songs get "songs/new_with_result", controller: :songs, action: :new_with_result get "artists/with_expose", controller: "artists/with_expose" get "artists/with_expose_and_args", controller: "artists/with_expose_and_args" get "artists/dashboard", controller: :artists, action: :dashboard get "artists/dashboard/widget", controller: :artists, action: :widget resources :artists get "args/with_args", controller: "args/with_args" get "params/with_args", controller: "params/with_args" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trailblazer-future-2.1.0.rc1 | test/rails5.0/config/routes.rb |