This commit is contained in:
2016-07-28 20:50:23 -04:00
committed by GitHub
parent ec77a004a2
commit a26214fef7

View File

@@ -142,7 +142,7 @@ class Customer < ActiveRecord::Base
def self.search(search)
where("name LIKE ?", "%#{search}%")
where("id LIKE ?", "%#{search}%")
#where("id LIKE ?", "%#{search}%")
end
# proforms a bruteforce sync operation