From eaf0a57e51ae4290298edbc922eceb699eb05103 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 13 Jun 2017 21:58:42 -0400 Subject: [PATCH] Create qbo_controller.rb --- app/controllers/qbo_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 7046870..718fe55 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -144,6 +144,6 @@ class QboController < ApplicationController ActiveRecord::Base.connection.close end - redirect_to qbo_path(:redmine_qbo), :flash => { :notice => "Successfully synced to Quickbooks" } + redirect_to :back, :flash => { :notice => "Successfully synced to Quickbooks" } end end