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

3 lines
138 B
Text
Raw Normal View History

json.extract! check, :id, :position, :name, :success_criterion, :level, :created_at, :updated_at
json.url check_url(check, format: :json)