2018-11-18 11:00:15 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-11-18 22:05:49 +05:30
|
|
|
class NamespacePolicy < ::Namespaces::UserNamespacePolicy
|
|
|
|
# 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.
|
2016-09-29 09:46:39 +05:30
|
|
|
end
|