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.
1 parent 420f795 commit 456f915Copy full SHA for 456f915
docs/general/getting_started.md
@@ -43,7 +43,6 @@ class PostSerializer < ActiveModel::Serializer
43
has_many :comments
44
has_one :author
45
46
- url :post
47
end
48
```
49
@@ -55,7 +54,6 @@ class CommentSerializer < ActiveModel::Serializer
55
54
56
belongs_to :post_id
57
58
- url [:post, :comment]
59
60
61
0 commit comments