Update customer.rb

This commit is contained in:
2016-05-24 12:01:27 -04:00
parent bd18574bba
commit fec454f43e

View File

@@ -129,7 +129,7 @@ class Customer < ActiveRecord::Base
end
# Push the updates
def save_with_push
def self.save_with_push
save_without_push
begin
#tries ||= 3