impressionist/tests/test_app/config/routes.rb

5 lines
130 B
Ruby
Raw Normal View History

2011-02-04 04:13:41 +00:00
TestApp::Application.routes.draw do
resources :articles, :posts, :widgets, :dummy
get 'profiles/[:id]' => 'profiles#show'
2011-02-04 04:13:41 +00:00
end