Replace references to 'standing order' with 'subscription' (routes)

This commit is contained in:
Rob Harrington
2018-02-02 17:21:17 +11:00
parent 720628e49e
commit c605742671

View File

@@ -180,7 +180,7 @@ Openfoodnetwork::Application.routes.draw do
resources :schedules, only: [:index, :create, :update, :destroy], format: :json
resources :standing_orders, only: [:index, :new, :create, :edit, :update] do
resources :subscriptions, only: [:index, :new, :create, :edit, :update] do
put :cancel, on: :member
put :pause, on: :member
put :unpause, on: :member