1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/app/views/open_api/v1/bookable_machines/index.json.jbuilder

6 lines
203 B
Plaintext
Raw Normal View History

2016-05-04 18:17:50 +02:00
json.machines @machines do |machine|
json.partial! 'open_api/v1/machines/machine', machine: machine
json.extract! machine, :description, :spec
json.hours_remaining @hours_remaining[machine.id]
end