mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Removed Qbo index & sync html, methods, & routes
This stuff isn't really used for anything
This commit is contained in:
@@ -22,18 +22,6 @@ class QboController < ApplicationController
|
||||
params.permit(:code, :state, :realmId, :id)
|
||||
end
|
||||
|
||||
#
|
||||
# Called when the QBO Top Menu us shown
|
||||
#
|
||||
def index
|
||||
@qbo = Qbo.first
|
||||
@customer_count = Customer.count
|
||||
@item_count = QboItem.count
|
||||
@employee_count = Employee.count
|
||||
@invoice_count = Invoice.count
|
||||
@estimate_count = Estimate.count
|
||||
end
|
||||
|
||||
#
|
||||
# Called when the user requests that Redmine to connect to QBO
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user