Yury Otcheski 2014-03-31 21:10:32 +03:00
parent a9e7319c7b
commit acfa17ecc7

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