diff --git a/app/models/customer.rb b/app/models/customer.rb index 3b426c4..e55c6ac 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -109,7 +109,6 @@ class Customer < ActiveRecord::Base def get_details if self.id @details = get_customer(self.id) - update end end