Update customer.rb

This commit is contained in:
2016-08-10 23:39:52 -04:00
committed by GitHub
parent a3180a318c
commit 6319c24b5c

View File

@@ -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