mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
657723bc22
index and show endpoints
7 lines
177 B
Ruby
7 lines
177 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.spaces @spaces do |space|
|
|
json.partial! 'open_api/v1/spaces/space', space: space
|
|
json.extract! space, :description, :characteristics
|
|
end
|