test_app/config/routes.rb in impressionist-1.2.0 vs test_app/config/routes.rb in impressionist-1.3.0

- old
+ new

@@ -1,3 +1,3 @@ TestApp::Application.routes.draw do - resources :articles, :posts, :widgets + resources :articles, :posts, :widgets, :dummy end