Files
baclight/app/views/articles/_article.json.jbuilder
T
2021-09-26 15:22:36 -07:00

3 lines
113 B
Ruby

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