config/routes.rb in disco_app-0.8.8 vs config/routes.rb in disco_app-0.8.9

- old
+ new

@@ -1,6 +1,8 @@ DiscoApp::Engine.routes.draw do + get 'ref', to: '/sessions#referral' + controller :webhooks do post 'webhooks' => :process_webhook, as: :webhooks end resources :subscriptions, only: [:new, :create] do