ClassMethods

Constants

Methods

#create

Creates and saves a new node

+ show/hide code
#create!

Same as #create, but raises an error if there is a problem during save.

+ show/hide code

#find_or_create

+ show/hide code
#find_or_create_by

Finds the first node with the given attributes, or calls create if none found

+ show/hide code
#find_or_create_by!

Same as #find_or_create_by, but calls #create! so it raises an error if there is a problem during save.

+ show/hide code

#load_entity

+ show/hide code

#merge

+ show/hide code