git_host.rb 171 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 # == GitHost role # # Provide a shortcut to Gitlab::Gitolite instance # # Used by Project, UsersProject # module GitHost def git_host Gitlab::Gitolite.new end end