Merge pull request #536 from icem/patch-1

Fix type in Readme
This commit is contained in:
Rafael Mendonça França 2014-03-31 13:14:16 -05:00
commit 76fe4e754c

View File

@ -54,7 +54,7 @@ compliant but do not descend from `ActiveRecord` or include
`Mongoid::Document`, you must add an include statement for `Mongoid::Document`, you must add an include statement for
`ActiveModel::SerializerSupport` to make models serializable. If you `ActiveModel::SerializerSupport` to make models serializable. If you
also want to make collections serializable, you should include also want to make collections serializable, you should include
`ActiveModel::ArraySerializationSupport` into your ORM's `ActiveModel::ArraySerializerSupport` into your ORM's
relation/criteria class. relation/criteria class.
# ActiveModel::Serializer # ActiveModel::Serializer