Require associations of CoordinatorFee

This commit is contained in:
Maikel Linke
2023-05-16 15:31:50 +10:00
parent c02c90317f
commit fc00a48d67
4 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
class CoordinatorFee < ApplicationRecord
self.belongs_to_required_by_default = true
belongs_to :order_cycle
belongs_to :enterprise_fee
end