From 05a6de0798afa4166ebb41279bc71b46c8247f1e Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 26 Jun 2014 23:20:01 +0200 Subject: [PATCH] more bugfixes --- app/controllers/forumthreads_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/forumthreads_controller.rb b/app/controllers/forumthreads_controller.rb index 3b27f6d..209a49c 100644 --- a/app/controllers/forumthreads_controller.rb +++ b/app/controllers/forumthreads_controller.rb @@ -1,6 +1,6 @@ class ForumthreadsController < ApplicationController - before_filter :check_permission + before_filter :check_permission, only: [:show, :edit, :update, :destroy] def index redirect_to forum_path(@thread.forum.forumgroup, f)