adds missing fixed-width font

This commit is contained in:
Xavier Noria
2010-01-13 16:29:54 +01:00
parent c7319f5fa0
commit e396683244

View File

@@ -973,7 +973,7 @@ h6. +:source_type+
The +:source_type+ option specifies the source association type for a +has_one :through+ association that proceeds through a polymorphic association.
h6. :through
h6. +:through+
The +:through+ option specifies a join model through which to perform the query. +has_one :through+ associations were discussed in detail <a href="#the-has-one-through-association">earlier in this guide</a>.