BigW Consortium Gitlab

gitlab.rb 126 Bytes
Newer Older
1
require_dependency 'gitlab/git'
2 3

module Gitlab
4 5 6
  def self.com?
    Gitlab.config.gitlab.url == 'https://gitlab.com'
  end
7
end