We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4af610 + b68305f commit 03ddeeeCopy full SHA for 03ddeee
README.md
@@ -255,7 +255,7 @@ end
255
The attribute names are a **whitelist** of attributes to be serialized.
256
257
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
+resources. By default, when you serialize a `Post`, you will get its `Comments`
259
as well.
260
261
You may also use the `:serializer` option to specify a custom serializer class, for example:
0 commit comments