From 37be1cb47755a3d0a02eed12ac8cfb377b172f2d Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Mon, 18 Sep 2017 08:22:04 +0900 Subject: `id` (primary key) is not only an integer [ci skip] --- activerecord/lib/active_record/persistence.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index d1cb3783e7..b48a137a73 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -124,7 +124,7 @@ module ActiveRecord # # ==== Parameters # - # * +id+ - Can be either an Integer or an Array of Integers. + # * +id+ - This should be the id or an array of ids to be destroyed. # # ==== Examples # -- cgit v1.2.3