Rubocop rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user