Skip to content

Instantly share code, notes, and snippets.

@jaredfolkins
Created July 19, 2011 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredfolkins/1093014 to your computer and use it in GitHub Desktop.
Save jaredfolkins/1093014 to your computer and use it in GitHub Desktop.
def save_deed_and_related_documents(deed)
unless deed.make_reference.nil?
deed.make_reference.each do | reference |
reference.each do | record |
puts record
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment