1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/app/views/api/reservations/index.json.jbuilder

6 lines
132 B
Plaintext
Raw Normal View History

2022-06-28 14:59:51 +02:00
# frozen_string_literal: true
2016-03-23 18:39:41 +01:00
json.array!(@reservations) do |r|
json.partial! 'api/reservations/reservation', reservation: r
end