mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
10 lines
236 B
Ruby
10 lines
236 B
Ruby
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 hooks notes)
|
|
end
|
|
end
|
|
end
|