config/routes.rb in docushin-0.0.1 vs config/routes.rb in docushin-0.0.2

- old
+ new

@@ -1,3 +1,5 @@ Docushin::Engine.routes.draw do + root :to => "home#index" resources :routes, :except => :destroy -end \ No newline at end of file + resources :collections +end