mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Remove typo from upgrade from 0.8 to 0.10 docs
Typo ActiveMode::Serializer was changed to ActiveModel::Serializer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user