class ActiveFedora::Reflection::AssociationReflection

def create_association(*options)

creation method. Returns the newly created object.
with ActiveFedora::Base#save. +options+ will be passed to the class's
Creates a new instance of the associated class, and immediately saves it
def create_association(*options)
  klass.create(*options)
end