Fix warnings

This commit is contained in:
Benjamin Fleischer
2016-03-25 10:28:01 -05:00
parent 82da04de67
commit fb06a462bb
5 changed files with 22 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ module ActiveModelSerializers
end
def test_id_defined_on_fragmented
FragmentedSerializer.fragmented(WithDefinedIdSerializer.new(@author))
FragmentedSerializer.fragmented(WithDefinedIdSerializer.new(@model))
test_id(FragmentedSerializer, 'special_id')
end