mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
10 lines
170 B
Ruby
10 lines
170 B
Ruby
module Gitlab::ConfigHelper
|
|
def gitlab_config_features
|
|
Gitlab.config.gitlab.default_projects_features
|
|
end
|
|
|
|
def gitlab_config
|
|
Gitlab.config.gitlab
|
|
end
|
|
end
|