Sha256: 7249cf12a460b86da0cbdeedca2591ff76a38f615330bcb285292451317b69e8
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
Rails.application.routes.draw do get "/users/:user_id/render_elsewhere(.:format)", :to => "likes#render_elsewhere" get "/users/:user_id/send_instructions", :to => "users#send_instructions" resources :users do resources :likes end get "/home(.:format)", :to => "home#index", :as => :home get "/another(.:format)", :to => "home#another", :as => :another get "/useheader(.:format)", :to => "home#useheader", :as => :useheader get "/withpartial(.:format)", :to => "home#withpartial", :as => :withpartial get "/home/render_elsewhere(.:format)", :to => "home#render_elsewhere" get "/render_elsewhere(.:format)", :to => "home#render_elsewhere" root to: "home#index" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
axlsx_rails-0.3.0 | spec/dummy_4/config/routes.rb |
axlsx_rails-0.2.1 | spec/dummy_4/config/routes.rb |
axlsx_rails-0.2.0 | spec/dummy_4/config/routes.rb |