Calendar is shown
This commit is contained in:
6
app/serializers/reservatiopn_serializer.rb
Normal file
6
app/serializers/reservatiopn_serializer.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class ReservationSerializer < ActiveModel::Serializer
|
||||
attributes :id, :company_id, :customer_id, :team_id, :title, :description, :start_time, :end_time
|
||||
|
||||
belongs_to :team
|
||||
belongs_to :customer
|
||||
end
|
||||
Reference in New Issue
Block a user