From a18b24f71f29e405bea8248df346f4aeb384f296 Mon Sep 17 00:00:00 2001 From: Julio Lopez Date: Tue, 7 Jul 2015 21:58:22 -0500 Subject: marking serialization class --- activemodel/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') 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 + ActiveModel::Serialization provides a standard interface for your object to provide +to_json+ or +to_xml+ serialization. class SerialPerson -- cgit v1.2.3