test/dummy/config/routes.rb in books-0.0.1 vs test/dummy/config/routes.rb in books-0.0.2

- old
+ new

@@ -1,4 +1,4 @@ Rails.application.routes.draw do - mount Book::Engine => "/book" + mount Books::Engine => "/books" end