From 0f72d88c71f03f6c67e2b12a36643e9f4aae1b2b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 11:22:05 -0400 Subject: [PATCH] Update customers_controller.rb --- app/controllers/customers_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index fc5d18d..77c40e5 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -13,6 +13,7 @@ class CustomersController < ApplicationController unloadable include AuthHelper + helper :issues helper :journals helper :projects helper :custom_fields