gitlabhq/config/environment.rb

8 lines
210 B
Ruby
Raw Normal View History

2011-10-08 23:36:38 +02:00
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Gitlab::Application.initialize!
require File.join(Rails.root, "lib", "gitlab", "git_host")