Module: Gitlab::ConfigHelper

Included in:
Group, Project, Project, ProjectFeature, User, User
Defined in:
lib/gitlab/config_helper.rb

Instance Method Summary collapse

Instance Method Details

#gitlab_configObject



8
9
10
# File 'lib/gitlab/config_helper.rb', line 8

def gitlab_config
  Gitlab.config.gitlab
end

#gitlab_config_featuresObject



4
5
6
# File 'lib/gitlab/config_helper.rb', line 4

def gitlab_config_features
  Gitlab.config.gitlab.default_projects_features
end