Skip to content

Commit d48aaef

Browse files
authored
Remove typo from upgrade from 0.8 to 0.10 docs
Typo ActiveMode::Serializer was changed to ActiveModel::Serializer
1 parent ff27032 commit d48aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/upgrade_from_0_8_to_0_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ end
107107

108108
```
109109
Add this class to your app however you see fit. This is the class that your existing serializers
110-
that inherit from `ActiveMode::Serializer` should inherit from.
110+
that inherit from `ActiveModel::Serializer` should inherit from.
111111

112112
### 3. Add `ActiveModel::V08::CollectionSerializer`
113113
```ruby

0 commit comments

Comments
 (0)