impressionist/tests/test_app/config/routes.rb

4 lines
88 B
Ruby
Raw Normal View History

2011-02-04 04:13:41 +00:00
TestApp::Application.routes.draw do
resources :articles, :posts, :widgets, :dummy
2011-02-04 04:13:41 +00:00
end