class Prism::Relocation::Repository

def enter(node_id, field_name) # :nodoc:

:nodoc:
called from the #save* APIs.
themselves into the repository. It it internal-only and meant to be
This method is called from nodes and locations when they want to enter
def enter(node_id, field_name) # :nodoc:
  entry = Entry.new(self)
  @entries[node_id][field_name] = entry
  entry
end