aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-01-04 12:22:40 +0000
committerGitHub <noreply@github.com>2017-01-04 12:22:40 +0000
commit151895a9d6c1764e57d1d844bd1e6bf37d588b56 (patch)
tree6cf3de11fe91e202811009251f1666b643c7100d /activerecord/CHANGELOG.md
parentd304aefc91b485176b3d2fdc2f24147c1f78c132 (diff)
parentf8ab3ae18fbb5c4a4c9563296d0e7c528e754c42 (diff)
downloadrails-151895a9d6c1764e57d1d844bd1e6bf37d588b56.tar.gz
rails-151895a9d6c1764e57d1d844bd1e6bf37d588b56.tar.bz2
rails-151895a9d6c1764e57d1d844bd1e6bf37d588b56.zip
Merge pull request #27485 from cih/hmt-warning
Warn when has_many through is defined before through association
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 05e498575c..97af75546d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Raise error when has_many through is defined before through association
+
+ Fixes #26834
+
+ *Chris Holmes*
+
* Deprecate passing `name` to `indexes`.
*Ryuta Kamizono*