This commit is contained in:
Toks
2013-06-30 11:57:30 -04:00
parent 51a7e36509
commit 2016e15ce8
9 changed files with 6 additions and 15 deletions

View File

@@ -3,7 +3,6 @@ class ForumTopicsController < ApplicationController
before_filter :member_only, :except => [:index, :show]
before_filter :normalize_search, :only => :index
after_filter :update_last_forum_read_at, :only => [:show]
rescue_from User::PrivilegeError, :with => "static/access_denied"
def new
@forum_topic = ForumTopic.new