From a62680c883edc70fc3d35020a1c247631c20b360 Mon Sep 17 00:00:00 2001 From: stiller Date: Thu, 4 Jul 2013 11:32:25 +0200 Subject: [PATCH] Update README.md Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b64fea..65a3b79f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ compliant but do not descend from `ActiveRecord` or include `Mongoid::Document`, you must add an include statement for `ActiveModel::SerializerSupport` to make models serializable. If you also want to make collections serializable, you should include -`ActiveModel::ArraySerializationSupport` into your ORM's +`ActiveModel::ArraySerializerSupport` into your ORM's relation/criteria class. # ActiveModel::Serializer