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 80e470d + cec6478 commit d24a786Copy full SHA for d24a786
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