Added colours for teams
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user