From 581ae5abcc353b731d2a700c0561b3953f8b374d Mon Sep 17 00:00:00 2001 From: okkez Date: Wed, 28 Feb 2018 15:18:27 +0900 Subject: Fix a typo in activerecord/CHANGELOG.md columsn -> columns --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 92c20ec79f..227f93c6a1 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,6 +1,6 @@ ## Rails 6.0.0.alpha (Unreleased) ## -* Fix `#columsn_for_distinct` of MySQL and PostgreSQL to make +* Fix `#columns_for_distinct` of MySQL and PostgreSQL to make `ActiveRecord::FinderMethods#limited_ids_for` use correct primary key values even if `ORDER BY` columns include other table's primary key. -- cgit v1.2.3