Update qbo.rb

This commit is contained in:
2016-05-02 12:19:13 -04:00
parent 47f6a0fa79
commit 16ed209cc9

View File

@@ -43,7 +43,7 @@ class Qbo < ActiveRecord::Base
# Updates last sync time stamp
def self.update_time_stamp
first.last_sync = DateTime.now
first.save
qbo = first.last_sync = DateTime.now
qbo.save
end
end