2018-07-24 06:00:56 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-12-07 10:15:03 -05:00
|
|
|
class NamespacePolicy < BasePolicy
|
2021-09-23 18:34:10 -04:00
|
|
|
# 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.
|
2021-12-07 10:15:03 -05:00
|
|
|
# See https://gitlab.com/groups/gitlab-org/-/epics/6689 for details
|
2016-08-18 12:52:35 -04:00
|
|
|
end
|