1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

id (primary key) is not only an integer [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-09-18 08:22:04 +09:00
parent 358360198e
commit 37be1cb477

View file

@ -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
#