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/spaces/index.json.jbuilder

6 lines
116 B
Plaintext
Raw Normal View History

2021-12-21 09:51:40 +01:00
# frozen_string_literal: true
2017-02-13 16:10:12 +01:00
json.array!(@spaces) do |space|
2022-11-08 16:20:34 +01:00
json.partial! 'api/spaces/space', space: space
2017-02-13 16:10:12 +01:00
end