Update customer.rb

This commit is contained in:
2016-04-29 06:57:00 -04:00
parent 0497220c68
commit 5b87733b54

View File

@@ -109,7 +109,6 @@ class Customer < ActiveRecord::Base
def get_details
if self.id
@details = get_customer(self.id)
update
end
end