15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / services / api / config / initializers / preload_all_models.rb
index 0ab2b032a4c0e4e7b55da23512ee62fd03c4ac88..713c61fd75a6e75794b31afa7a1d6ca3f6005a43 100644 (file)
@@ -7,7 +7,6 @@
 # Config must be done before we load model class files; otherwise they
 # won't be able to use Rails.configuration.* to initialize their
 # classes.
-require_relative 'load_config.rb'
 
 if Rails.env == 'development'
   Dir.foreach("#{Rails.root}/app/models") do |model_file|