gitlabhq/app/roles/git_host.rb

6 lines
65 B
Ruby

module GitHost
def git_host
Gitlab::Gitolite.new
end
end