module Logistics module Core class DeliveryTerm < ExtendedLookup has_many :additional_documents, :as => :documentable end end end