From d418d4f5e33a35355c5164246d69f9663f8bb693 Mon Sep 17 00:00:00 2001 From: Tom Kadwill Date: Tue, 26 Aug 2014 21:56:04 +0100 Subject: [ci skip] Updated documentation syntax of block parameter for rdoc --- activerecord/lib/active_record/associations/collection_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb index afd043424d..8d137a9582 100644 --- a/activerecord/lib/active_record/associations/collection_proxy.rb +++ b/activerecord/lib/active_record/associations/collection_proxy.rb @@ -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. # -- cgit v1.2.3