diff options
-rw-r--r-- | activemodel/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index b989096ed5..7d13a0123b 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -30,7 +30,7 @@ to integrate with Action Pack out of the box: <tt>ActiveModel::Model</tt>. It includes model name introspections, conversions, translations and validations, resulting in a class suitable to be used with Action Pack. -See +ActiveModel::Model+ for more examples. +See <tt>ActiveModel::Model</tt> for more examples. Active Model also provides the following functionality to have ORM-like behavior out of the box: |