config/routes.rb in
books-0.0.2
vs config/routes.rb in
books-0.0.3
- old
+ new
@@ -1,4 +1,8 @@
Books::Engine.routes.draw do
+ resources :books
+
+
+ root :to => "books#index"
end