4 lines
174 B
Ruby
4 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! check, :id, :position, :name, :success_criterion_html, :level, :created_at, :updated_at
|
|
json.url check_url(check, format: :json)
|