Update the AuthorRole API to show the author relationship.
This commit is contained in:
@@ -95,6 +95,7 @@ defmodule DecentralisedBookIndex.Metadata.AuthorRole do
|
|||||||
|
|
||||||
belongs_to :author, Metadata.Author do
|
belongs_to :author, Metadata.Author do
|
||||||
allow_nil? true
|
allow_nil? true
|
||||||
|
public? true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user