Remove errant apostrophes

Apostrophes don't indicate pluralization.
This commit is contained in:
Jamie Gaskins 2013-06-08 12:18:34 -03:00
parent 614edeff7f
commit 74af00f17a

View File

@ -55,7 +55,7 @@ the serializer generator:
$ rails g serializer post $ rails g serializer post
``` ```
### Support for PORO's and other ORM's. ### Support for POROs and other ORMs.
Currently `ActiveModel::Serializers` adds serialization support to all models Currently `ActiveModel::Serializers` adds serialization support to all models
that descend from `ActiveRecord` or include `Mongoid::Document`. If you are that descend from `ActiveRecord` or include `Mongoid::Document`. If you are