Skip to content

Commit 456f915

Browse files
joaomdmouraJoão M. D. Moura
authored andcommitted
removing useless exmaple lines
1 parent 420f795 commit 456f915

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/general/getting_started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class PostSerializer < ActiveModel::Serializer
4343
has_many :comments
4444
has_one :author
4545

46-
url :post
4746
end
4847
```
4948

@@ -55,7 +54,6 @@ class CommentSerializer < ActiveModel::Serializer
5554

5655
belongs_to :post_id
5756

58-
url [:post, :comment]
5957
end
6058
```
6159

0 commit comments

Comments
 (0)