- [ci skip] `regardless` is usually followed by `of` and not by `if .. or not`.

This commit is contained in:
Mohit Natoo 2016-04-21 00:04:05 +05:30
parent 406a2380b8
commit 51d6a59329
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ module ActiveModel
self
end
# Returns an Array of all key attributes if any is set, regardless if
# the object is persisted or not. Returns +nil+ if there are no key attributes.
# Returns an Array of all key attributes if any of the attributes is set, whether or not
# the object is persisted. Returns +nil+ if there are no key attributes.
#
# class Person
# include ActiveModel::Conversion