RelFactory

Constants

Methods

#_create_relationship

def _create_relationship
  creator = association.relationship_class ? :rel_class : :factory
  send(:"_create_relationship_with_#{creator}")
end

.create

def self.create(start_object, other_node_or_nodes, properties, association)
  factory = new(start_object, other_node_or_nodes, properties, association)
  factory._create_relationship
end