class ActiveFedora::Reflection::AssociationReflection
def create_association(*options)
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