mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Fix small typo
This commit is contained in:
parent
e966d07b2c
commit
5e72ec4be7
@ -21,7 +21,7 @@ functionality as you had with `AMS 0.8`. Then, you can continue to develop in yo
|
|||||||
new serializers that don't use these backwards compatible versions and slowly migrate
|
new serializers that don't use these backwards compatible versions and slowly migrate
|
||||||
existing serializers to the `0.10` versions as needed.
|
existing serializers to the `0.10` versions as needed.
|
||||||
|
|
||||||
### Basic list `0.10` breaking changes
|
### `0.10` breaking changes
|
||||||
- Passing a serializer to `render json:` is no longer supported
|
- Passing a serializer to `render json:` is no longer supported
|
||||||
- Ex. `render json: CustomerSerializer.new(customer)`
|
- Ex. `render json: CustomerSerializer.new(customer)`
|
||||||
- Passing a nil resource to serializer now fails
|
- Passing a nil resource to serializer now fails
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user