mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adding route for start_job action on accounts and billing settings controller
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user