mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
4 lines
182 B
Ruby
4 lines
182 B
Ruby
json.array!(@question_lists) do |question_list|
|
|
json.extract! question_list, :id, :name, :description, :question_ids
|
|
json.url question_list_url(question_list, format: :json)
|
|
end
|