mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +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:
parent
ff27032720
commit
d48aaefdb2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user