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

[ci skip] Updated documentation syntax of block parameter for rdoc

This commit is contained in:
Tom Kadwill 2014-08-26 21:56:04 +01:00
parent 489ee95fe8
commit d418d4f5e3

View file

@ -817,7 +817,7 @@ module ActiveRecord
# person.pets.count # => 2
# person.pets.many? # => true
#
# You can also pass a block to define criteria. The
# You can also pass a +block+ to define criteria. The
# behavior is the same, it returns true if the collection
# based on the criteria has more than one record.
#