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:
commit
f6f3772c17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue