1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00
fab-manager/app/views/api/age_ranges/index.json.jbuilder

4 lines
68 B
Plaintext
Raw Normal View History

2016-06-29 11:21:21 +02:00
json.array!(@age_ranges) do |ar|
json.extract! ar, :id, :name
end