Skip to content

Instantly share code, notes, and snippets.

@Iknewthisguy
Created October 18, 2012 15:50
Show Gist options
  • Save Iknewthisguy/3912715 to your computer and use it in GitHub Desktop.
Save Iknewthisguy/3912715 to your computer and use it in GitHub Desktop.
Sorting across multiple property types
@users.sort! { |a,b| a.name.downcase <=> b.name.downcase }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment