diff options
author | Julio Lopez <ljuliom@gmail.com> | 2015-07-07 21:58:22 -0500 |
---|---|---|
committer | Julio Lopez <ljuliom@gmail.com> | 2015-07-07 21:58:22 -0500 |
commit | a18b24f71f29e405bea8248df346f4aeb384f296 (patch) | |
tree | 9401ead534f637c5c8cb75f1e9b52121ca7649d3 | |
parent | e598967548114da4f8d85070584460108a7305ff (diff) | |
download | rails-a18b24f71f29e405bea8248df346f4aeb384f296.tar.gz rails-a18b24f71f29e405bea8248df346f4aeb384f296.tar.bz2 rails-a18b24f71f29e405bea8248df346f4aeb384f296.zip |
marking serialization class
-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 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 |