1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-12 09:29:18 +01:00

7 lines
177 B
Plaintext
Raw Normal View History

# frozen_string_literal: true
json.spaces @spaces do |space|
json.partial! 'open_api/v1/spaces/space', space: space
json.extract! space, :description, :characteristics
end