File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ module Scoping
154
154
module Middleware
155
155
extend ActiveSupport ::Autoload
156
156
157
- autoload :DatabaseSelector , "active_record/middleware/database_selector"
158
- autoload :ShardSelector , "active_record/middleware/shard_selector"
157
+ autoload :DatabaseSelector
158
+ autoload :ShardSelector
159
159
end
160
160
161
161
module Tasks
@@ -168,8 +168,8 @@ module Tasks
168
168
"active_record/tasks/postgresql_database_tasks"
169
169
end
170
170
171
- autoload :TestDatabases , "active_record/test_databases"
172
- autoload :TestFixtures , "active_record/fixtures"
171
+ autoload :TestDatabases
172
+ autoload :TestFixtures
173
173
174
174
# Lazily load the schema cache. This option will load the schema cache
175
175
# when a connection is established rather than on boot. If set,
You can’t perform that action at this time.
0 commit comments