make post/show_seq accessible to anonymous

This commit is contained in:
albert
2013-03-15 14:54:02 -04:00
parent a530383500
commit 85ab44cb80

View File

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