组织匿名用户问题

This commit is contained in:
huang 2016-07-22 15:39:15 +08:00
parent 6fea64afe2
commit 19734c1aa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class OrgDocumentCommentsController < ApplicationController
before_filter :find_organization, :only => [:new, :create, :show, :index]
before_filter :authorize_allowed, :only => [:create, :add_reply]
before_filter :authorize_allowed, :only => [:create, :add_reply, :add_reply_in_doc]
helper :attachments,:organizations
layout 'base_org'