more bugfixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class ForumthreadsController < ApplicationController
|
class ForumthreadsController < ApplicationController
|
||||||
|
|
||||||
before_filter :check_permission
|
before_filter :check_permission, only: [:show, :edit, :update, :destroy]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
redirect_to forum_path(@thread.forum.forumgroup, f)
|
redirect_to forum_path(@thread.forum.forumgroup, f)
|
||||||
|
|||||||
Reference in New Issue
Block a user