mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 12:35:12 +08:00
This reverts commit 9a5a38a529dfdb7579a015845c01a80679923f17. This change was preventing `rake multisite:migrate` from working
This commit is contained in:
@ -55,8 +55,6 @@ require 'pry-rails' if Rails.env.development?
|
||||
|
||||
require 'discourse_fonts'
|
||||
|
||||
require_relative '../lib/zeitwerk_config.rb'
|
||||
|
||||
if defined?(Bundler)
|
||||
bundler_groups = [:default]
|
||||
|
||||
@ -118,7 +116,6 @@ module Discourse
|
||||
config.autoload_paths += Dir["#{config.root}/lib/validators/"]
|
||||
|
||||
Rails.autoloaders.main.ignore(Dir["#{config.root}/app/models/reports"])
|
||||
Rails.autoloaders.main.ignore(Dir["#{config.root}/lib/freedom_patches"])
|
||||
|
||||
# Only load the plugins named here, in the order given (default is alphabetical).
|
||||
# :all can be used as a placeholder for all plugins not explicitly named.
|
||||
|
Reference in New Issue
Block a user