gitlab-org--gitlab-foss/lib/gitlab/blacklist.rb

10 lines
224 B
Ruby
Raw Normal View History

2013-06-12 15:11:35 -04:00
module Gitlab
module Blacklist
extend self
def path
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository)
2013-06-12 15:11:35 -04:00
end
end
end