public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
Search Repo:
fixed markup I do not know how it got there
Xavier Noria (author)
Thu Apr 03 15:14:07 -0700 2008
commit  db3ce645717d84fd15ca6dfff276da6bdeb176bd
tree    2821f2a1827beecb1d8e68217c42f006829ca162
parent  924bd637d1d17b73f5e5084f179e0643539d52a3
...
13
14
15
16
17
 
 
18
19
20
...
13
14
15
 
 
16
17
18
19
20
0
@@ -13,8 +13,8 @@ module ActiveRecord
0
     # HasOneThroughAssociation
0
     #
0
     # Association proxies in Active Record are middlemen between the object that
0
- # holds the association, known as the <i>@owner</i>, and the actual associated
0
- # object, known as the <i>@target</i>. The kind of association any proxy is
0
+ # holds the association, known as the <tt>@owner</tt>, and the actual associated
0
+ # object, known as the <tt>@target</tt>. The kind of association any proxy is
0
     # about is available in <tt>@reflection</tt>. That's an instance of the class
0
     # ActiveRecord::Reflection::AssociationReflection.
0
     #

Comments

    No one has commented yet.