mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Update README.md
Fixed typo.
This commit is contained in:
parent
82cc4e815a
commit
a62680c883
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user