Added colours for teams

This commit is contained in:
2025-04-24 07:04:42 +02:00
parent 777a33836d
commit aa2a8b9f26
6 changed files with 161 additions and 26 deletions

View File

@@ -25,6 +25,7 @@ class Reservation < ApplicationRecord
end
end
class ReservationSerializer < ActiveModel::Serializer
attributes :id, :company, :customer, :team, :start_time, :end_time
end
# Moved to app/serializers/reservation_serializer.rb
# class ReservationSerializer < ActiveModel::Serializer
# attributes :id, :company, :customer, :team, :start_time, :end_time
# end