Welcome to mirror list, hosted at ThFree Co, Russian Federation.

organization_user_policy.rb « organizations « policies « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91d542378c80effb23e6bf83b47ecd9b5b50a791 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Organizations
  class OrganizationUserPolicy < BasePolicy
    delegate :organization
  end
end