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/categories/index.json.jbuilder

5 lines
186 B

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