Sha256: 00d66e05828cb190f45c1e2ddfa1df7cb5adf7bbc7157bff1ad52e7307c1e057
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
Dummy::Application.routes.draw do resources :users do resources :likes end match "/users/:user_id/render_elsewhere(.:format)", :to => "likes#render_elsewhere" match "/home(.:format)", :to => "home#index", :as => :home match "/another(.:format)", :to => "home#another", :as => :another match "/useheader(.:format)", :to => "home#useheader", :as => :useheader match "/withpartial(.:format)", :to => "home#withpartial", :as => :withpartial match "/home/render_elsewhere(.:format)", :to => "home#render_elsewhere" match "/render_elsewhere(.:format)", :to => "home#render_elsewhere" root to: "home#index" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axlsx_rails-0.1.3 | spec/dummy/config/routes.rb |