mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Improve test coverage
This commit is contained in:
2
test/fixtures/poro.rb
vendored
2
test/fixtures/poro.rb
vendored
@@ -52,7 +52,7 @@ end
|
||||
|
||||
class ParentModel < PlainModel
|
||||
attributes :id, :name, :description
|
||||
associations :child_models
|
||||
associations :child_models, :child_model
|
||||
end
|
||||
class ChildModel < PlainModel
|
||||
attributes :id, :name
|
||||
|
||||
Reference in New Issue
Block a user