组织匿名用户问题

dev_pull
huang 9 years ago
parent 6fea64afe2
commit 19734c1aa4

@ -1,6 +1,6 @@
class OrgDocumentCommentsController < ApplicationController class OrgDocumentCommentsController < ApplicationController
before_filter :find_organization, :only => [:new, :create, :show, :index] 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 helper :attachments,:organizations
layout 'base_org' layout 'base_org'

Loading…
Cancel
Save