fix tests

This commit is contained in:
r888888888
2013-04-14 22:24:55 -07:00
parent 100fb7c539
commit 6caa0f0436
5 changed files with 7 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
class PostsController < ApplicationController
before_filter :member_only, :except => [:show, :show_seq, :index]
before_fitler :janitor_only, :only => [:ban, :unban]
before_filter :janitor_only, :only => [:ban, :unban]
after_filter :save_recent_tags, :only => [:update]
respond_to :html, :xml, :json
rescue_from PostSets::SearchError, :with => :rescue_exception