From 6319c24b5c6abc02ce9dc68e2bb45b46f301c4ea Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 10 Aug 2016 23:39:52 -0400 Subject: [PATCH] Update customer.rb --- app/models/customer.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/customer.rb b/app/models/customer.rb index e839d5a..4762e9f 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -20,8 +20,6 @@ class Customer < ActiveRecord::Base self.primary_key = :id - acts_as_searchable :columns => [ "#{table_name}.nname"] - # returns a human readable string def to_s return name