Create qbo_controller.rb

This commit is contained in:
2017-06-14 09:43:52 -04:00
committed by GitHub
parent eaf0a57e51
commit 8b2d88f80b

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 qbo_path(:redmine_qbo), :flash => { :notice => "Successfully synced to Quickbooks" }
end
end