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

- old
+ new

@@ -1,3 +1,3 @@ -FormCreate::Engine.routes.draw do - resources :posts +Example::Engine.routes.draw do + resources :posts end