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 e966d07 commit 5e72ec4Copy full SHA for 5e72ec4
docs/howto/upgrade_from_0_8_to_0_10.md
@@ -21,7 +21,7 @@ functionality as you had with `AMS 0.8`. Then, you can continue to develop in yo
21
new serializers that don't use these backwards compatible versions and slowly migrate
22
existing serializers to the `0.10` versions as needed.
23
24
-### Basic list `0.10` breaking changes
+### `0.10` breaking changes
25
- Passing a serializer to `render json:` is no longer supported
26
- Ex. `render json: CustomerSerializer.new(customer)`
27
- Passing a nil resource to serializer now fails
0 commit comments