mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
4 lines
223 B
Ruby
4 lines
223 B
Ruby
json.array!(@school_recipient_lists) do |school_recipient_list|
|
|
json.extract! school_recipient_list, :id, :name, :description, :recipient_ids
|
|
json.url school_recipient_list_url(school_recipient_list, format: :json)
|
|
end
|