Skip to content

Commit

Permalink
Merge pull request #1035 from artLopez/master
Browse files Browse the repository at this point in the history
Fixed Comments highlight
  • Loading branch information
joaomdmoura committed Aug 5, 2015
2 parents c4af610 + b68305f commit 03ddeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03ddeee

Please sign in to comment.