class AdditionalName < ApplicationRecord
  belongs_to :associate, polymorphic: true, optional: true
end
