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:
parent
358360198e
commit
37be1cb477
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue