mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
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:
1
test/fixtures/active_record.rb
vendored
1
test/fixtures/active_record.rb
vendored
@@ -40,7 +40,6 @@ module ARModels
|
||||
|
||||
has_many :comments
|
||||
belongs_to :author
|
||||
url :comments
|
||||
end
|
||||
|
||||
class CommentSerializer < ActiveModel::Serializer
|
||||
|
||||
Reference in New Issue
Block a user