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: ActiveModel::Model. 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 ActiveModel::Model for more examples. Active Model also provides the following functionality to have ORM-like behavior out of the box: