fixes #3350
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class PostsController < ApplicationController
|
||||
before_filter :member_only, :except => [:show, :show_seq, :index, :home, :random]
|
||||
before_filter :builder_only, :only => [:copy_notes]
|
||||
before_filter :enable_cors, :only => [:index, :show]
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
|
||||
Reference in New Issue
Block a user