mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_controller.rb
Updating to the following conventions https://github.com/bbatsov/ruby-style-guide
This commit is contained in:
@@ -65,7 +65,7 @@ class QboController < ApplicationController
|
|||||||
# Synchronizes the QboCustomer table with QBO
|
# Synchronizes the QboCustomer table with QBO
|
||||||
#
|
#
|
||||||
def sync
|
def sync
|
||||||
if Qbo.exists? then
|
if Qbo.exists?
|
||||||
QboCustomer.update_all
|
QboCustomer.update_all
|
||||||
QboItem.update_all
|
QboItem.update_all
|
||||||
QboEmployee.update_all
|
QboEmployee.update_all
|
||||||
|
|||||||
Reference in New Issue
Block a user