diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 78773484e4..d978f13e4b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,11 +1,6 @@ -* Global `migrations_paths` configuration now being considered by - `Migrator.migrate(...)`. This now works as expected: - - ```ruby - ActiveRecord::Tasks::DatabaseTasks.tap do |config| - config.migrations_paths = ['custom/migration/path'] - end - ``` +* `bin/rake db:migrate` uses + `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of + `Migrator.migrations_paths`. *Tobias Bielohlawek* |