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