debian-mirror-gitlab/app/policies/customer_relations/contact_policy.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
132 B
Ruby
Raw Normal View History

2021-11-11 11:23:49 +05:30
# frozen_string_literal: true
module CustomerRelations
class ContactPolicy < BasePolicy
delegate { @subject.group }
end
end