Sha256: e369e77b104ac4a1ad11e6e0e5885abe5abb4d60e99a74ba9f5c483f7eaa899f

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 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

6 entries across 6 versions & 1 rubygems

Version Path
gretel-2.2.0.rc2 test/dummy/config/routes.rb
gretel-2.2.0.rc1 test/dummy/config/routes.rb
gretel-2.1.0 test/dummy/config/routes.rb
gretel-2.0.0 test/dummy/config/routes.rb
gretel-2.0.0.beta1 test/dummy/config/routes.rb
gretel-1.2.1 test/dummy/config/routes.rb