Remove url options

Removing url options because It does not works at all.
Thus, there are others PR at the moment to include url(links) as well.
This commit is contained in:
Bruno Bacarini
2015-09-07 12:13:19 -03:00
parent f149e5084b
commit 8634503849
5 changed files with 0 additions and 55 deletions

View File

@@ -40,7 +40,6 @@ module ARModels
has_many :comments
belongs_to :author
url :comments
end
class CommentSerializer < ActiveModel::Serializer