debian-mirror-gitlab/app/policies/namespace_policy.rb
2022-01-26 12:08:38 +05:30

11 lines
429 B
Ruby

# frozen_string_literal: true
class NamespacePolicy < BasePolicy
# NamespacePolicy has been traditionally for user namespaces.
# So these policies have been moved into Namespaces::UserNamespacePolicy.
# Once the user namespace conversion is complete, we can look at
# either removing this file or locating common namespace policy items
# here.
# See https://gitlab.com/groups/gitlab-org/-/epics/6689 for details
end