Merge pull request #2069 from Hitabis/patch-1

Remove typo from upgrade from 0.8 to 0.10 docs [ci skip]
This commit is contained in:
Benjamin Fleischer 2017-03-07 09:26:21 -06:00 committed by GitHub
commit 0b96d3544a

View File

@ -107,7 +107,7 @@ end
```
Add this class to your app however you see fit. This is the class that your existing serializers
that inherit from `ActiveMode::Serializer` should inherit from.
that inherit from `ActiveModel::Serializer` should inherit from.
### 3. Add `ActiveModel::V08::CollectionSerializer`
```ruby