From b68305f5607d68b2c71bbf68b1de53822b7f1473 Mon Sep 17 00:00:00 2001 From: artLopez Date: Tue, 4 Aug 2015 12:00:53 -0700 Subject: [PATCH] Fixed Comments highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0036931be..15e869472 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ end The attribute names are a **whitelist** of attributes to be serialized. The `has_many`, `has_one`, and `belongs_to` declarations describe relationships between -resources. By default, when you serialize a `Post`, you will get its `Comment`s +resources. By default, when you serialize a `Post`, you will get its `Comments` as well. You may also use the `:serializer` option to specify a custom serializer class, for example: