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

5 lines
190 B
Text
Raw Permalink 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_entry, :id, :checklist_id, :check_id, :position, :created_at, :updated_at
json.url checklist_entry_url(checklist_entry, format: :json)