mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Remove errant apostrophes
Apostrophes don't indicate pluralization.
This commit is contained in:
parent
614edeff7f
commit
74af00f17a
@ -55,7 +55,7 @@ the serializer generator:
|
||||
$ 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
|
||||
that descend from `ActiveRecord` or include `Mongoid::Document`. If you are
|
||||
|
||||
Loading…
Reference in New Issue
Block a user