mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Removed extra white spaces
This commit is contained in:
@@ -28,7 +28,6 @@ class Qbo < ActiveRecord::Base
|
||||
return OAuth2::Client.new(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, oauth_params)
|
||||
end
|
||||
|
||||
|
||||
#
|
||||
# Getter for oauth consumer
|
||||
#
|
||||
|
||||
@@ -18,6 +18,5 @@ class DropQboPrefix < ActiveRecord::Migration[5.1]
|
||||
rename_column :issues, :qbo_estimate_id, :estimate_id
|
||||
rename_column :users, :qbo_employee_id, :employee_id
|
||||
rename_column :invoices_issues, :qbo_invoice_id, :invoice_id
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user