mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Remove errant apostrophes
Apostrophes don't indicate pluralization.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user