Changed redirect to :back

This commit is contained in:
2018-10-04 20:57:24 -04:00
parent cff9f3fde3
commit 05a0472939

View File

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