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