Remove typo from upgrade from 0.8 to 0.10 docs

Typo ActiveMode::Serializer was changed to ActiveModel::Serializer
This commit is contained in:
Hitabis GmbH 2017-03-07 09:36:05 +01:00 committed by GitHub
parent ff27032720
commit d48aaefdb2

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 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` ### 3. Add `ActiveModel::V08::CollectionSerializer`
```ruby ```ruby