From 970a1469977690a1396741272049ff76f737fbb1 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sat, 19 May 2012 00:48:43 -0500 Subject: fix CollectionProxy#<< documentation --- activerecord/lib/active_record/associations/collection_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb index 54e497fdca..2f6cae50e4 100644 --- a/activerecord/lib/active_record/associations/collection_proxy.rb +++ b/activerecord/lib/active_record/associations/collection_proxy.rb @@ -239,7 +239,7 @@ module ActiveRecord alias_method :to_a, :to_ary # Adds one or more +records+ to the collection by setting their foreign keys - # to the collection‘s primary key. Returns +self+, so several appends may be + # to the association‘s primary key. Returns +self+, so several appends may be # chained together. # # class Person < ActiveRecord::Base -- cgit v1.2.3