From 5e72ec4be73e2af21eb22fa2836fac6944580bff Mon Sep 17 00:00:00 2001 From: bkoltai Date: Wed, 13 Jul 2016 10:12:41 -0700 Subject: [PATCH] Fix small typo --- docs/howto/upgrade_from_0_8_to_0_10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/upgrade_from_0_8_to_0_10.md b/docs/howto/upgrade_from_0_8_to_0_10.md index 619713c1..b26eb4a1 100644 --- a/docs/howto/upgrade_from_0_8_to_0_10.md +++ b/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 new serializers that don't use these backwards compatible versions and slowly migrate 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 - Ex. `render json: CustomerSerializer.new(customer)` - Passing a nil resource to serializer now fails