Sha256: 03492af856829237d4c845a99bbec137c73f6aabf65dbd4feed39cd91d1a81be
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
InterpretApp::Application.routes.draw do scope "(:locale)" do get "archives", :to => "pages#archives" get "links", :to => "pages#links" get "resources", :to => "pages#resources" get "contact", :to => "pages#contact" post "toggle_edition_mode", :to => "application#toggle_edition_mode" root :to => "pages#index" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
interpret-0.2.1 | test_app/config/routes.rb |
interpret-0.2.0 | test_app/config/routes.rb |
interpret-0.1.5 | test_app/config/routes.rb |