Skip to content

Commit 03ddeee

Browse files
committed
Merge pull request #1035 from artLopez/master
Fixed Comments highlight
2 parents c4af610 + b68305f commit 03ddeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ end
255255
The attribute names are a **whitelist** of attributes to be serialized.
256256

257257
The `has_many`, `has_one`, and `belongs_to` declarations describe relationships between
258-
resources. By default, when you serialize a `Post`, you will get its `Comment`s
258+
resources. By default, when you serialize a `Post`, you will get its `Comments`
259259
as well.
260260

261261
You may also use the `:serializer` option to specify a custom serializer class, for example:

0 commit comments

Comments
 (0)