aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-04-11 22:37:17 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-04-11 22:37:17 +0530
commit02a5847d32a25d9da4084730e888955e7ce9e1db (patch)
treef114bb94819f2f8ae8c8567be90f7c57904c8524 /activemodel/README.rdoc
parent729890469d66eefe51d48a81789456f377dd0c07 (diff)
downloadrails-02a5847d32a25d9da4084730e888955e7ce9e1db.tar.gz
rails-02a5847d32a25d9da4084730e888955e7ce9e1db.tar.bz2
rails-02a5847d32a25d9da4084730e888955e7ce9e1db.zip
fix bad format [ci skip]
Diffstat (limited to 'activemodel/README.rdoc')
-rw-r--r--activemodel/README.rdoc2
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: