We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98eb9f commit ca24979Copy full SHA for ca24979
2 files changed
app/serializers/material_serializer.rb
@@ -18,6 +18,4 @@ class MaterialSerializer < ApplicationSerializer
18
has_many :nodes
19
has_many :collections
20
has_many :events
21
- has_many :authors, serializer: PersonSerializer
22
- has_many :contributors, serializer: PersonSerializer
23
end
app/serializers/person_serializer.rb
0 commit comments