From acfa17ecc7730e490e7a3e0b72d7dc571f21b0d5 Mon Sep 17 00:00:00 2001 From: Yury Otcheski Date: Mon, 31 Mar 2014 21:10:32 +0300 Subject: [PATCH] Fix type in Readme proof https://github.com/rails-api/active_model_serializers/blob/0-8-stable/test/serializer_support_test.rb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908bf304..2041b27b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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