diff options
author | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2016-02-18 00:13:24 +0200 |
---|---|---|
committer | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2016-02-18 00:13:24 +0200 |
commit | a94018da0b73d3a61e4add8fa03d59310baaa262 (patch) | |
tree | 9c232b08b4e6fae243237cb5045206d07a347a3a /activerecord/CHANGELOG.md | |
parent | 844fb632d4b6744172cfcc87d4143efbf451d679 (diff) | |
download | rails-a94018da0b73d3a61e4add8fa03d59310baaa262.tar.gz rails-a94018da0b73d3a61e4add8fa03d59310baaa262.tar.bz2 rails-a94018da0b73d3a61e4add8fa03d59310baaa262.zip |
Remove accidentally duplicated change log title [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 18d0a12e49..b9d99d843a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -10,9 +10,6 @@ OR ("price_estimates"."estimate_of_type" = 'Car' AND "price_estimates"."estimate_of_id" = 2)) *Philippe Huibonhoa* - - -* Rework `ActiveRecord::Relation#last` * Fix a bug where using `t.foreign_key` twice with the same `to_table` within the same table definition would only create one foreign key. |