trabajo-afectivo/app/policies/controllers/templates_controller_policy.rb

4 lines
146 B
Ruby
Raw Normal View History

class Controllers::TemplatesControllerPolicy < Controllers::ApplicationControllerPolicy
default_permit!(['ticket.agent', 'admin.template'])
end