Create qbo_controller.rb

This commit is contained in:
2017-06-13 21:58:42 -04:00
committed by GitHub
parent 512f5ad7ba
commit eaf0a57e51

View File

@@ -144,6 +144,6 @@ class QboController < ApplicationController
ActiveRecord::Base.connection.close ActiveRecord::Base.connection.close
end end
redirect_to qbo_path(:redmine_qbo), :flash => { :notice => "Successfully synced to Quickbooks" } redirect_to :back, :flash => { :notice => "Successfully synced to Quickbooks" }
end end
end end