1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-05 16:24:21 +01:00
fab-manager/app/views/api/plan_categories/index.json.jbuilder

6 lines
120 B
Plaintext
Raw Normal View History

2021-06-08 16:32:19 +02:00
# frozen_string_literal: true
json.array!(@categories) do |category|
json.extract! category, :id, :name, :weight
end