This commit is contained in:
jomo
2013-10-21 05:47:49 +02:00
parent bfe9a1e6f5
commit 778071822a
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class ForumgroupsController < ApplicationController
end
else
flash[:alert] = "You are not allowed to create forums."
redirect_to forumgroups_path
redirect_to forums_path
end
end