Adding route for start_job action on accounts and billing settings controller

This commit is contained in:
Rob Harrington
2015-07-03 12:36:56 +08:00
parent 2048800c43
commit 38e3690f56

View File

@@ -107,6 +107,7 @@ Openfoodnetwork::Application.routes.draw do
resource :accounts_and_billing_settings, only: [:edit, :update] do
collection do
get :show_methods
get :start_job
end
end
end