mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
json.machines @spaces do |space|
|
||
|
json.partial! 'open_api/v1/spaces/space', space: space
|
||
|
json.extract! space, :description, :characteristics
|
||
|
end
|