mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #329 from jgaskins/patch-1
Remove errant punctuation
This commit is contained in:
commit
4f185efa90
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user