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.
2 parents ff27032 + d48aaef commit 0b96d35Copy full SHA for 0b96d35
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