module Logistics module Core class Addendum < ApplicationRecord belongs_to :service_increment belongs_to :addition, class_name: 'Logistics::Core::ServiceIncrement' end end end