Merge pull request #23746 from meinac/fix_ar_change_log

Remove accidentally duplicated change log title [ci skip]
This commit is contained in:
Eileen M. Uchitelle 2016-02-17 18:27:08 -05:00
commit 6e0159ec7e

@ -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.