1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/app/views/api/machines/index.json.jbuilder

6 lines
128 B
Plaintext
Raw Normal View History

2021-06-15 17:34:12 +02:00
# frozen_string_literal: true
2016-07-06 11:22:01 +02:00
json.array!(@machines) do |machine|
json.partial! 'api/machines/machine', machine: machine
2015-05-05 03:10:25 +02:00
end