Skip to content

Commit

Permalink
removing useless exmaple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jul 12, 2015
1 parent d027942 commit 309a614
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/general/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class PostSerializer < ActiveModel::Serializer
has_many :comments
has_one :author

url :post
end
```

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

belongs_to :post_id

url [:post, :comment]
end
```

Expand Down

0 comments on commit 309a614

Please sign in to comment.