a11yist/app/views/elements/_element.json.jbuilder

5 lines
175 B
Text
Raw Permalink Normal View History

2024-09-05 22:54:38 +02:00
# frozen_string_literal: true
2024-07-19 02:29:18 +02:00
json.extract! element, :id, :report_id, :path, :title, :description_html, :created_at, :updated_at
json.url element_url(element, format: :json)