4 lines
168 B
Ruby
4 lines
168 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! checklist, :id, :code, :name, :description_html, :created_at, :updated_at
|
|
json.url checklist_url(checklist, format: :json)
|