a11yist/app/views/checklist_entries/_checklist_entry.json.jbuilder

3 lines
159 B
Text
Raw Normal View History

2024-07-19 02:29:18 +02:00
json.extract! checklist_entry, :id, :checklist_id, :check_id, :position, :created_at, :updated_at
json.url checklist_entry_url(checklist_entry, format: :json)