Add Autor schema
This commit is contained in:
@ -45,7 +45,7 @@ implement to_param protocol (no more needed for Outlook.Translations.Translation
|
||||
url_org: a.url,
|
||||
date_org: a.date,
|
||||
autor_name: au.name,
|
||||
author_id: au.id
|
||||
autor_id: au.id
|
||||
],
|
||||
where: t.id == ^id and t.public == true
|
||||
case Repo.one(q) do
|
||||
|
||||
Reference in New Issue
Block a user