File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ db_namespace = namespace :db do
92
92
if db_configs . size == 1
93
93
ActiveRecord ::Tasks ::DatabaseTasks . migrate
94
94
else
95
- mapped_versions = ActiveRecord ::Tasks ::DatabaseTasks . db_configs_with_versions ( db_configs )
95
+ mapped_versions = ActiveRecord ::Tasks ::DatabaseTasks . db_configs_with_versions
96
96
97
97
mapped_versions . sort . each do |version , db_configs |
98
98
db_configs . each do |db_config |
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ def migrate(version = nil)
255
255
Migration . verbose = verbose_was
256
256
end
257
257
258
- def db_configs_with_versions ( db_configs ) # :nodoc:
258
+ def db_configs_with_versions # :nodoc:
259
259
db_configs_with_versions = Hash . new { |h , k | h [ k ] = [ ] }
260
260
261
261
with_temporary_connection_for_each do |conn |
You can’t perform that action at this time.
0 commit comments