mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
7 lines
182 B
Ruby
7 lines
182 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.machines @machines do |machine|
|
|
json.partial! 'open_api/v1/machines/machine', machine: machine
|
|
json.extract! machine, :description, :spec
|
|
end
|