another big commit :D
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
class ForumsController < ApplicationController
|
||||
end
|
||||
def index
|
||||
redirect_to :forumgroups
|
||||
end
|
||||
|
||||
def show
|
||||
@forum = Forum.find(params[:id])
|
||||
@threads = @forum.forumthreads
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user