gitlabhq/config/environment.rb

8 lines
212 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!
2011-12-04 00:44:59 +01:00
require File.join(Rails.root, "lib", "gitlabhq", "git_host")