summaryrefslogtreecommitdiff
path: root/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb7
1 files changed, 7 insertions, 0 deletions
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")