Update qbo_controller.rb

This commit is contained in:
2016-09-02 10:10:55 -04:00
committed by GitHub
parent 416df8d3f1
commit 5a4996abac

View File

@@ -16,7 +16,7 @@ class QboController < ApplicationController
include AuthHelper include AuthHelper
before_filter :require_user, :except => :qbo_webhook before_filter :require_user, :except => :qbo_webhook
skip_before_filter :verify_authenticity_token, :check_if_login_required skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:qbo_webhook]
# #
# Called when the QBO Top Menu us shown # Called when the QBO Top Menu us shown