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

Merge pull request #20803 from TheBlasfem/marking_serialization_class

marking serialization class in Readme
This commit is contained in:
Rafael Mendonça França 2015-07-08 00:45:37 -03:00
commit f6f3772c17

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