You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/legacy/school/recipient_lists/index.json.jbuilder

5 lines
237 B

json.array!(@school_recipient_lists) do |school_recipient_list|
json.extract! school_recipient_list, :id, :name, :description, :recipient_ids
json.url legacy_school_legacy_recipient_list_url(school_recipient_list, format: :json)
end