Skip to content
Snippets Groups Projects
config_helper.rb 170 B
Newer Older
  • Learn to ignore specific revisions
  • module Gitlab::ConfigHelper
      def gitlab_config_features
        Gitlab.config.gitlab.default_projects_features
      end
    
      def gitlab_config
        Gitlab.config.gitlab
      end
    end