Fixed redicect to :home

This commit is contained in:
2019-07-08 11:30:53 -04:00
parent fee710d717
commit 213dca2621

View File

@@ -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