trabajo-afectivo/app/policies/controllers/knowledge_base/answer/attachments_controller_policy.rb

4 lines
160 B
Ruby
Raw Normal View History

class Controllers::KnowledgeBase::Answer::AttachmentsControllerPolicy < Controllers::ApplicationControllerPolicy
default_permit!('knowledge_base.editor')
end