mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07: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
|