marking serialization class

This commit is contained in:
Julio Lopez 2015-07-07 21:58:22 -05:00
parent e598967548
commit a18b24f71f
1 changed files with 1 additions and 1 deletions

View File

@ -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