aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2014-02-25 22:21:56 +0000
committerJon Leighton <j@jonathanleighton.com>2014-02-25 22:21:56 +0000
commit90ba6a762c4576c6b7c83fc8a2c8c3038aeaa274 (patch)
treeb82458f3ba4004a28f9bd34f337c094c9fa16e4b /activerecord/CHANGELOG.md
parent6e94140300c7f8e84f2e5b8086fc9517906197e1 (diff)
parent41554319f8454f667b5e315339d3e286dbf6e1a4 (diff)
downloadrails-90ba6a762c4576c6b7c83fc8a2c8c3038aeaa274.tar.gz
rails-90ba6a762c4576c6b7c83fc8a2c8c3038aeaa274.tar.bz2
rails-90ba6a762c4576c6b7c83fc8a2c8c3038aeaa274.zip
Merge remote-tracking branch 'chancancode/fix_instance_method_already_implemented'
Conflicts: activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 58ad2b84fd..128628ccee 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fixed STI classes not defining an attribute method if there is a
+ conflicting private method defined on its ancestors.
+
+ Fixes #11569.
+
+ *Godfrey Chan*
+
* Coerce strings when reading attributes.
Fixes #10485.