fixes & forums started

This commit is contained in:
jomo
2013-08-02 07:55:32 +02:00
parent 45ebd0bd05
commit e052ad8859
39 changed files with 358 additions and 436 deletions

View File

@@ -0,0 +1,6 @@
class ForumgroupsController < ApplicationController
def index
@groups = Forumgroup.all.sort{|s| s[:position]}
end
end