1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-11 00:52:29 +01:00
fab-manager/app/views/api/categories/index.json.jbuilder

4 lines
80 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
json.array!(@categories) do |category|
json.extract! category, :id, :name
end