Merge pull request #11489 from mkllnk/order_cycle_schedule

Require associations on join model
This commit is contained in:
Konrad
2023-09-04 21:37:30 +02:00
committed by GitHub

View File

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