config/routes.rb in artfully_ose-1.3.0.pre1 vs config/routes.rb in artfully_ose-1.3.0.pre2
- old
+ new
@@ -111,10 +111,19 @@
resources :kits, :except => :index do
get :alternatives, :on => :collection
post :requirements, :on => :collection
get :requirements, :on => :collection
+ end
+ resources :mailchimp_kits, :only => [ :edit, :update ] do
+ member do
+ get :lists
+ post :manage
+ post :hide_alert
+ end
end
+ resources :mailchimp_webhooks, :only => [ :show ]
+ post "/mailchimp_webhooks/:id" => "mailchimp_webhooks#update"
resources :membership_kits, :only => [ :edit, :update ]
resources :passes_kits, :only => [ :edit, :update ]
resources :passes_reports, :only => [:index]