removing useless exmaple lines

This commit is contained in:
João Moura 2015-07-12 00:13:29 -03:00 committed by João M. D. Moura
parent 420f7959c0
commit 456f9158ca

View File

@ -43,7 +43,6 @@ class PostSerializer < ActiveModel::Serializer
has_many :comments
has_one :author
url :post
end
```
@ -55,7 +54,6 @@ class CommentSerializer < ActiveModel::Serializer
belongs_to :post_id
url [:post, :comment]
end
```