From 38e3690f569e57bd301c121b24adca6dbaf9395e Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 3 Jul 2015 12:36:56 +0800 Subject: [PATCH] Adding route for start_job action on accounts and billing settings controller --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index a1f84e3a41..20d01b18c0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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