4 lines
143 B
Ruby
4 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! report, :id, :name, :comment, :created_at, :updated_at
|
|
json.url report_url(report, format: :json)
|