mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
4 lines
186 B
Ruby
4 lines
186 B
Ruby
json.array!(@categories) do |category|
|
|
json.extract! category, :id, :name, :blurb, :description, :external_id, :parent_category_id
|
|
json.url category_url(category, format: :json)
|
|
end
|