config/routes.rb in
tramway-event-0.3
vs config/routes.rb in
tramway-event-0.4
- old
+ new
@@ -2 +1,2 @@
Tramway::Event::Engine.routes.draw do
+ resources :events, only: :show
end