another big commit :D
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
class ForumgroupsController < ApplicationController
|
||||
|
||||
def index
|
||||
@groups = Forumgroup.all.sort_by{|s| s[:position]}
|
||||
end
|
||||
|
||||
def show
|
||||
redirect_to forumgroups_path + "#forum-#{params[:id]}"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user