debian-mirror-gitlab/app/policies/namespace_policy.rb

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

11 lines
429 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2022-01-26 12:08:38 +05:30
class NamespacePolicy < BasePolicy
2021-11-18 22:05:49 +05:30
# 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.
2022-01-26 12:08:38 +05:30
# See https://gitlab.com/groups/gitlab-org/-/epics/6689 for details
2016-09-29 09:46:39 +05:30
end