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