Update qbo.rb

This commit is contained in:
2016-05-02 13:41:48 -04:00
parent 0d6240c089
commit 5b6043a5de

View File

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