Sha256: 732da3686ddc83ce32834ea0edc249467882db6350dd324635010c6d697aa57d

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

Dummy::Application.routes.draw do

  match "home"    => "home#index",      :as => 'home'
  match "contact" => "contact#index",   :as => 'contact'
  match "blog"    => "blog/home#index", :as => 'blog_home'

  match "admin"   => "admin/home#index", :as => 'admin_home'

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
manageable_content-0.2.5 spec/dummy/config/routes.rb
manageable_content-0.2.4 spec/dummy/config/routes.rb
manageable_content-0.2.3 spec/dummy/config/routes.rb
manageable_content-0.2.2 spec/dummy/config/routes.rb
manageable_content-0.2.1 spec/dummy/config/routes.rb
manageable_content-0.2.0 spec/dummy/config/routes.rb
manageable_content-0.1.1 spec/dummy/config/routes.rb
manageable_content-0.0.1 spec/dummy/config/routes.rb