3 lines
159 B
Text
3 lines
159 B
Text
|
|
json.extract! checklist_entry, :id, :checklist_id, :check_id, :position, :created_at, :updated_at
|
||
|
|
json.url checklist_entry_url(checklist_entry, format: :json)
|