Update README.md

Fixed typo.
This commit is contained in:
stiller 2013-07-04 11:32:25 +02:00
parent 82cc4e815a
commit a62680c883

View File

@ -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