1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/views/api/categories/index.json.jbuilder
2015-05-05 03:10:25 +02:00

4 lines
80 B
Ruby

json.array!(@categories) do |category|
json.extract! category, :id, :name
end