mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
4 lines
192 B
Ruby
4 lines
192 B
Ruby
json.array!(@questions) do |question|
|
|
json.extract! question, :id, :text, :option1, :option2, :option3, :option4, :option5, :category_id
|
|
json.url question_url(question, format: :json)
|
|
end
|