From 213dca2621a75daad9b87c99d179120d0fd80e5b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 8 Jul 2019 11:30:53 -0400 Subject: [PATCH] Fixed redicect to :home --- 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 718fe55..7fb7d5b 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 :back, :flash => { :notice => "Successfully synced to Quickbooks" } + redirect_to :home, :flash => { :notice => "Successfully synced to Quickbooks" } end end