Commit 1f8c11a4 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve config/application.rb

parent f11fa3ca
...@@ -36,7 +36,6 @@ module Gitlab ...@@ -36,7 +36,6 @@ module Gitlab
config.generators.templates.push("#{config.root}/generator_templates") config.generators.templates.push("#{config.root}/generator_templates")
<<<<<<< HEAD
# EE specific paths. # EE specific paths.
ee_paths = config.eager_load_paths.each_with_object([]) do |path, memo| ee_paths = config.eager_load_paths.each_with_object([]) do |path, memo|
ee_path = config.root.join('ee', Pathname.new(path).relative_path_from(config.root)) ee_path = config.root.join('ee', Pathname.new(path).relative_path_from(config.root))
...@@ -52,8 +51,6 @@ module Gitlab ...@@ -52,8 +51,6 @@ module Gitlab
#{config.root}/ee/app/helpers #{config.root}/ee/app/helpers
]) ])
=======
>>>>>>> upstream/master
# Rake tasks ignore the eager loading settings, so we need to set the # Rake tasks ignore the eager loading settings, so we need to set the
# autoload paths explicitly # autoload paths explicitly
config.autoload_paths = config.eager_load_paths.dup config.autoload_paths = config.eager_load_paths.dup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment