a11yist/app/views/checks/_check.json.jbuilder

3 lines
143 B
Text
Raw Normal View History

2024-07-19 02:29:18 +02:00
json.extract! check, :id, :position, :name, :success_criterion_html, :level, :created_at, :updated_at
json.url check_url(check, format: :json)