aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-18 08:22:04 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-09-18 08:22:04 +0900
commit37be1cb47755a3d0a02eed12ac8cfb377b172f2d (patch)
treebaaa0d7028907007287fb61a9f5da1293d6ba5b1 /activerecord/lib/active_record/persistence.rb
parent358360198e623229495b7175a2b3a0fe96a543ac (diff)
downloadrails-37be1cb47755a3d0a02eed12ac8cfb377b172f2d.tar.gz
rails-37be1cb47755a3d0a02eed12ac8cfb377b172f2d.tar.bz2
rails-37be1cb47755a3d0a02eed12ac8cfb377b172f2d.zip
`id` (primary key) is not only an integer [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
-rw-r--r--activerecord/lib/active_record/persistence.rb2
1 files changed, 1 insertions, 1 deletions
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
#