aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorJulio Lopez <ljuliom@gmail.com>2015-07-07 21:58:22 -0500
committerJulio Lopez <ljuliom@gmail.com>2015-07-07 21:58:22 -0500
commita18b24f71f29e405bea8248df346f4aeb384f296 (patch)
tree9401ead534f637c5c8cb75f1e9b52121ca7649d3 /activemodel/README.rdoc
parente598967548114da4f8d85070584460108a7305ff (diff)
downloadrails-a18b24f71f29e405bea8248df346f4aeb384f296.tar.gz
rails-a18b24f71f29e405bea8248df346f4aeb384f296.tar.bz2
rails-a18b24f71f29e405bea8248df346f4aeb384f296.zip
marking serialization class
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 5c36b1277e..d954467387 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -154,7 +154,7 @@ behavior out of the box:
* Making objects serializable
- ActiveModel::Serialization provides a standard interface for your object
+ <tt>ActiveModel::Serialization</tt> provides a standard interface for your object
to provide +to_json+ or +to_xml+ serialization.
class SerialPerson