Fix #3970: Make "Copy all notes" not builder exclusive.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class PostsController < ApplicationController
|
||||
before_action :member_only, :except => [:show, :show_seq, :index, :home, :random]
|
||||
before_action :builder_only, :only => [:copy_notes]
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
|
||||
Reference in New Issue
Block a user