test/dummy/config/routes.rb in meta_manager-0.0.2 vs test/dummy/config/routes.rb in meta_manager-0.0.3
- old
+ new
@@ -1,5 +1,7 @@
Dummy::Application.routes.draw do
+ root :to => 'welcome#index'
+
resources :posts
resources :categories
# The priority is based upon order of creation:
# first created -> highest priority.