Sha256: 1aeaaaada5c86b6485bbe82b9887645a54f266c722de21aa7abddc685192de10

Contents?: true

Size: 295 Bytes

Versions: 7

Compression:

Stored size: 295 Bytes

Contents

Dummy::Application.routes.draw do
  root to: "dummy#dummy"

  get "about"              => "dummy#dummy", as: :about
  get "about/contact"      => "dummy#dummy", as: :contact
  get "about/contact/form" => "dummy#dummy", as: :contact_form

  resources :projects do
    resources :issues
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
gretel-4.0.1 test/dummy/config/routes.rb
gretel-4.0.0 test/dummy/config/routes.rb
dat_gretel-4.0.1 test/dummy/config/routes.rb
gretel-lite-3.0.10 test/dummy/config/routes.rb
gretel-3.0.9 test/dummy/config/routes.rb
gretel-3.0.8 test/dummy/config/routes.rb
gretel-3.0.7 test/dummy/config/routes.rb