Sha256: eeff149b23a15af6394c50824c68ecc5d2cacbce5432af877c01e0437ba3516c

Contents?: true

Size: 300 Bytes

Versions: 13

Compression:

Stored size: 300 Bytes

Contents

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

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

  resources :projects do
    resources :issues
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gretel-3.0.6 test/dummy/config/routes.rb
gretel-3.0.5 test/dummy/config/routes.rb
gretel-3.0.4 test/dummy/config/routes.rb
gretel-3.0.3 test/dummy/config/routes.rb
gretel-3.0.2 test/dummy/config/routes.rb
gretel-3.0.1 test/dummy/config/routes.rb
gretel-3.0.0 test/dummy/config/routes.rb
gretel-3.0.0.beta6 test/dummy/config/routes.rb
gretel-3.0.0.beta5 test/dummy/config/routes.rb
gretel-3.0.0.beta4 test/dummy/config/routes.rb
gretel-3.0.0.beta3 test/dummy/config/routes.rb
gretel-3.0.0.beta2 test/dummy/config/routes.rb
gretel-3.0.0.beta1 test/dummy/config/routes.rb