From e86a1bd1d7b9ca3840d76b48cba7a1e23702cab6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 3 May 2016 20:47:14 +0900 Subject: remove `empty?` from CHANGELOG [ci skip] Follow up to 98264a1343fad6bb6637893a37fd571916b4158c --- activerecord/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index e40106b1b7..fdf310f15f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -119,12 +119,11 @@ *Jeremy Daer* -* Delegate `empty?`, `none?` and `one?`. Now they can be invoked as model class methods. +* Delegate `none?` and `one?`. Now they can be invoked as model class methods. Example: # When no record is found on the table - Topic.empty? # => true Topic.none? # => true # When only one record is found on the table -- cgit v1.2.3