another big commit :D
This commit is contained in:
6
app/controllers/forumthreads_controller.rb
Normal file
6
app/controllers/forumthreads_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class ForumthreadsController < ApplicationController
|
||||
def index
|
||||
f = Forum.find(params[:id])
|
||||
redirect_to forum_path(f.forumgroup, f)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user