fix path for bulk revert creation #3342

This commit is contained in:
r888888888
2017-10-25 18:08:33 -07:00
parent 257b2f9fde
commit 676a991bb2

View File

@@ -17,7 +17,7 @@ module Moderator
else
@bulk_revert.delay(:queue => "default").process(@constraints)
flash[:notice] = "Reverts queued"
redirect_to new_bulk_revert_path
redirect_to new_moderator_bulk_revert_path
end
end