Skip to content

Instantly share code, notes, and snippets.

Created April 9, 2013 08:36
Show Gist options
  • Save anonymous/5344041 to your computer and use it in GitHub Desktop.
Save anonymous/5344041 to your computer and use it in GitHub Desktop.
@all_authentications.marshal_dump.each do |k,v|
v.each do |auth|
node(auth.id.to_sym) {{ created_at: auth.created_at }}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment