2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2020-03-19 09:39:51 +00:00
|
|
|
class Controllers::KnowledgeBase::Answer::AttachmentsControllerPolicy < Controllers::ApplicationControllerPolicy
|
2020-04-20 09:47:45 +00:00
|
|
|
permit! :clone_to_form, to: 'knowledge_base.*'
|
2020-03-19 09:39:51 +00:00
|
|
|
default_permit!('knowledge_base.editor')
|
|
|
|
end
|