Files
baclight/app/views/articles/_article.json.jbuilder
T
2021-12-16 14:32:18 -08:00

3 lines
116 B
Ruby

json.extract! article, :id, :title, :content, :created_at, :updated_at
json.url article_url(article, format: :json)