1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed problem with markup that caused an extra symbol in a function name when rendered.

This commit is contained in:
Brandon Tilley 2010-08-09 15:46:39 -07:00
parent 190e270db2
commit dd1b33078a

View file

@ -550,7 +550,7 @@ build_customer
create_customer
</ruby>
h6. _association_(force_reload = false)
h6. <em>association</em>(force_reload = false)
The <tt><em>association</em></tt> method returns the associated object, if any. If no associated object is found, it returns +nil+.