a11yist/app/views/checklists/_checklist.json.jbuilder

5 lines
168 B
Text
Raw Normal View History

2024-09-05 22:54:38 +02:00
# frozen_string_literal: true
2024-07-19 02:29:18 +02:00
json.extract! checklist, :id, :code, :name, :description_html, :created_at, :updated_at
json.url checklist_url(checklist, format: :json)