gitlabhq/config/environment.rb

8 lines
212 B
Ruby
Raw Normal View History

2011-10-09 00:36:38 +03:00
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Gitlab::Application.initialize!
2011-12-04 01:44:59 +02:00
require File.join(Rails.root, "lib", "gitlabhq", "git_host")