Fixed Comments highlight

This commit is contained in:
artLopez 2015-08-04 12:00:53 -07:00
parent c4af610ed2
commit b68305f560

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: