repository.rb 191 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 require File.join(Rails.root, "lib", "gitlabhq", "git_host") class Repository attr_accessor :project def self.default_ref "master" end def self.access_options {} end end