|
|
@ -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'
|
|
|
|
|
|
|
|
|
|
|
|