We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff27032 commit d48aaefCopy full SHA for d48aaef
docs/howto/upgrade_from_0_8_to_0_10.md
@@ -107,7 +107,7 @@ end
107
108
```
109
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.
+that inherit from `ActiveModel::Serializer` should inherit from.
111
112
### 3. Add `ActiveModel::V08::CollectionSerializer`
113
```ruby
0 commit comments