Files
codeocean/app/policies/error_template_attribute_policy.rb
2021-05-14 22:03:06 +02:00

5 lines
88 B
Ruby

# frozen_string_literal: true
class ErrorTemplateAttributePolicy < AdminOnlyPolicy
end