8fee5a0572
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
9 lines
170 B
Ruby
9 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
|