mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo.rb
This commit is contained in:
@@ -40,4 +40,10 @@ class Qbo < ActiveRecord::Base
|
||||
def self.get_account
|
||||
first
|
||||
end
|
||||
|
||||
# Updates last sync time stamp
|
||||
def self.update_time_stamp
|
||||
first.last_sync = DateTime.now
|
||||
first.save
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user