trabajo-afectivo/app/policies/controllers/knowledge_base/answer/attachments_controller_policy.rb
2022-01-01 14:38:12 +01:00

6 lines
286 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
class Controllers::KnowledgeBase::Answer::AttachmentsControllerPolicy < Controllers::ApplicationControllerPolicy
permit! :clone_to_form, to: 'knowledge_base.*'
default_permit!('knowledge_base.editor')
end