Files
assistant-storefront/app/views/api/v1/accounts/search/_article.json.jbuilder

11 lines
304 B
Plaintext
Raw Normal View History

json.id article.id
json.title article.title
json.locale article.locale
json.content article.content
json.slug article.slug
json.portal_slug article.portal.slug
json.account_id article.account_id
json.category_name article.category&.name
json.status article.status
json.updated_at article.updated_at.to_i