Sha256: 2b0340609b2430ccfc8d6712c5f2b367450836a30cfaf7951e915d404ddcdfd1

Contents?: true

Size: 690 Bytes

Versions: 15

Compression:

Stored size: 690 Bytes

Contents

Dummy::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

15 entries across 15 versions & 3 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/caxlsx_rails-0.6.3/spec/dummy/config/routes.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/caxlsx_rails-0.6.3/spec/dummy/config/routes.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/caxlsx_rails-0.6.3/spec/dummy/config/routes.rb
caxlsx_rails-0.6.3 spec/dummy/config/routes.rb
caxlsx_rails-0.6.2 spec/dummy/config/routes.rb
axlsx_rails-0.6.1 spec/dummy/config/routes.rb
axlsx_rails-0.6.0 spec/dummy/config/routes.rb
axlsx_rails-0.5.2 spec/dummy/config/routes.rb
axlsx_rails-0.5.1 spec/dummy/config/routes.rb
axlsx_rails-0.5.0 spec/dummy/config/routes.rb
axlsx_rails-0.4.0 spec/dummy/config/routes.rb
axlsx_rails-0.3.0 spec/dummy/config/routes.rb
axlsx_rails-0.2.1 spec/dummy/config/routes.rb
axlsx_rails-0.2.0 spec/dummy/config/routes.rb
axlsx_rails-0.1.5 spec/dummy/config/routes.rb