From c81e476d6d4cb88e7e29d6e18bb3e5acce92fb8f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 10 Jul 2010 00:56:17 +0200 Subject: missing article, only seen in github's colored diff by the beard of the prophet --- 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 aec1b0732d..b1ee4b8be4 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -1405,7 +1405,7 @@ person.posts.inspect # => [#] Reading.all.inspect # => [#, #] -In the above case there are still two readings. However +person.posts+ shows only one post because collection loads only unique records. +In the above case there are still two readings. However +person.posts+ shows only one post because the collection loads only unique records. h6(#has_many-validate). +:validate+ -- cgit v1.2.3