diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-03 10:55:33 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-03 10:55:33 +0900 |
commit | 2c44e22942cdf8e93a72084db2773f088b4ad486 (patch) | |
tree | 7ea028c9cc7e1ff0b57b662ae0bac657000d10eb | |
parent | 2b8aee8ce54cc977bf80d57454cde642b211bef5 (diff) | |
download | rails-2c44e22942cdf8e93a72084db2773f088b4ad486.tar.gz rails-2c44e22942cdf8e93a72084db2773f088b4ad486.tar.bz2 rails-2c44e22942cdf8e93a72084db2773f088b4ad486.zip |
Remove duplicated CHANGELOG entry [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 96e2a8683e..a191f50da7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,8 +2,6 @@ *DHH* -* Add `ActiveRecord::Relation#extract_associated` for extracting associated records from a relation. - * Assign all attributes before calling `build` to ensure the child record is visible in `before_add` and `after_add` callbacks for `has_many :through` associations. |