diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/association_basics.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index 23bfafa640..e5b8c73c43 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -168,7 +168,7 @@ end With +:through => :sections+ specified, Rails will now understand: <ruby> - @document.paragraphs +@document.paragraphs </ruby> h4. The +has_one :through+ Association |