From 5f632a88a63142a2cd4e734b0ab7486bf34d64bf Mon Sep 17 00:00:00 2001 From: mhutchin Date: Sun, 9 Oct 2011 15:56:01 -0700 Subject: Minor copy editing --- railties/guides/source/association_basics.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index 5f8997e7be..56f51e6ae7 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -1551,7 +1551,7 @@ The collection.find method finds objects within the collection :conditions => ["created_at > ?", 2.days.ago]) -NOTE: Starting Rails 3, supplying options to +ActiveRecord::Base.find+ method is discouraged. Use collection.where instead when you need to pass conditions. +NOTE: Beginning with Rails 3, supplying options to the +ActiveRecord::Base.find+ method is discouraged. Use collection.where instead when you need to pass conditions. h6(#has_and_belongs_to_many-collection-where). collection.where(...) -- cgit v1.2.3