/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
my_arr.sort_by { |my_item| my_item[:my_key] }
URL: http://snippets.dzone.com/posts/show/2470