Update qbo_controller.rb

This commit is contained in:
2016-04-27 12:34:05 -04:00
parent 5a5a531700
commit 593d8e603b

View File

@@ -11,6 +11,10 @@
class QboController < ApplicationController class QboController < ApplicationController
unloadable unloadable
include AuthHelper
before_filter :require_user
# #
# Called when the QBO Top Menu us shown # Called when the QBO Top Menu us shown
# #