class ActiveFedora::Associations::SingularAssociation
def new_record(method, attributes)
def new_record(method, attributes) attributes = {} # scoped.scope_for_create.merge(attributes || {}) record = @reflection.send("#{method}_association", attributes) replace(record) record end