Merge pull request #329 from jgaskins/patch-1

Remove errant punctuation
This commit is contained in:
Steve Klabnik 2013-06-08 13:11:16 -07:00
commit 4f185efa90

View File

@ -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