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.
doc/general/getting_started.md
1 parent 80e470d commit cec6478Copy full SHA for cec6478
docs/general/getting_started.md
@@ -37,7 +37,7 @@ and
37
class CommentSerializer < ActiveModel::Serializer
38
attributes :name, :body
39
40
- belongs_to :post_id
+ belongs_to :post
41
end
42
```
43
0 commit comments