feat: Adds the ability to edit article (#5232)
This commit is contained in:
@@ -5,7 +5,7 @@ json.description article.description
|
||||
json.status article.status
|
||||
json.account_id article.account_id
|
||||
json.updated_at article.updated_at.to_i
|
||||
|
||||
json.meta article.meta
|
||||
json.category do
|
||||
json.id article.category_id
|
||||
json.name article.category.name
|
||||
|
||||
Reference in New Issue
Block a user