Broke billing of time into a seprate method

This commit is contained in:
2016-01-11 22:18:40 -05:00
parent 84acf5f775
commit c2808c7e8f
2 changed files with 42 additions and 31 deletions

View File

@@ -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