bug fixes

This commit is contained in:
albert
2013-03-06 01:13:41 -05:00
parent e53d71b31b
commit ad19ae5542
5 changed files with 13 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ class TagAliasCorrectionsController < ApplicationController
if params[:commit] == "Fix"
@correction.fix!
flash[:notice] = "The fix has been queued and will be processed"
end
redirect_to tag_alias_correction_path(:id => params[:tag_alias_id])