From 02a5847d32a25d9da4084730e888955e7ce9e1db Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 11 Apr 2012 22:37:17 +0530 Subject: [PATCH] fix bad format [ci skip] --- activemodel/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: