From 9ba1224867665844b117fa037e1465bb706b3685 Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Sun, 9 Oct 2011 00:36:38 +0300 Subject: init commit --- config/environment.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/environment.rb (limited to 'config/environment.rb') diff --git a/config/environment.rb b/config/environment.rb new file mode 100644 index 00000000000..1c2d723e18b --- /dev/null +++ b/config/environment.rb @@ -0,0 +1,7 @@ +# Load the rails application +require File.expand_path('../application', __FILE__) + +# Initialize the rails application +Gitlab::Application.initialize! + +require File.join(Rails.root, "lib", "gitosis") -- cgit v1.2.3