1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

marking serialization class

This commit is contained in:
Julio Lopez 2015-07-07 21:58:22 -05:00
parent e598967548
commit a18b24f71f

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