config/routes.rb in tramway-event-0.4.1 vs config/routes.rb in tramway-event-0.5

- old
+ new

@@ -1,3 +1,4 @@ Tramway::Event::Engine.routes.draw do resources :events, only: :show + resources :participants, only: :create end