Merge pull request #1035 from artLopez/master

Fixed Comments highlight
This commit is contained in:
João Moura 2015-08-05 20:24:17 -03:00
commit 03ddeeeec1

View File

@ -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: