Skip to content

Instantly share code, notes, and snippets.

@jimmyz
Created August 22, 2011 16:58
Show Gist options
  • Select an option

  • Save jimmyz/1162900 to your computer and use it in GitHub Desktop.

Select an option

Save jimmyz/1162900 to your computer and use it in GitHub Desktop.
sorting
@relationships.sort! do |p1,p2|
p1_birth = p1.birth.value.date.astro.earliest.to_i
p2_birth = p1.birth.value.date.astro.earliest.to_i
p1_birth <=> p2_birth
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment