config/routes.rb in
stripe_event-0.5.0
vs config/routes.rb in
stripe_event-0.6.0
- old
+ new
@@ -1,3 +1,3 @@
StripeEvent::Engine.routes.draw do
- root :to => 'webhook#event'
+ root :to => 'webhook#event', :via => :post
end