mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Broke billing of time into a seprate method
This commit is contained in:
@@ -30,4 +30,8 @@ class Qbo < ActiveRecord::Base
|
||||
def self.get_oauth_consumer
|
||||
return $qb_oauth_consumer
|
||||
end
|
||||
|
||||
def self.get_realm_id
|
||||
return first.realmId
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user