Rubocop rules

This commit is contained in:
Nedim
2025-02-17 19:12:40 +01:00
parent ef01db0700
commit ee89170c32
42 changed files with 1043 additions and 267 deletions

View File

@@ -1,6 +1,5 @@
class ReservationSerializer < ActiveModel::Serializer
attributes :id, :company_id, :customer_id, :team_id, :title, :description, :start_time, :end_time
belongs_to :team
attributes :id, :title, :description, :start_time, :end_time
belongs_to :customer
end
belongs_to :team
end