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

32 lines
418 B
Ruby
Raw Normal View History

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