# Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/ class Controllers::TextModulesControllerPolicy < Controllers::ApplicationControllerPolicy permit! %i[index show], to: ['ticket.agent', 'admin.text_module'] permit! %i[create update destroy import_example import_start], to: 'admin.text_module' end