From f90cdcd86b9c331cb594bd35b6ba080e48dd3646 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 29 Jan 2017 20:28:17 -0500 Subject: [PATCH] Update customers_controller.rb --- app/controllers/customers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index 8b601e0..32e1011 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -28,7 +28,7 @@ class CustomersController < ApplicationController helper :timelog before_filter :require_user, :except => :view - skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view], :column_name => 'name' + skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view] default_search_scope :names