Language: Ruby
I have an array of Products. Each Product has an attribute called product_price_name.
[Product.product_price_name = "All Prices", Product.product_price_name = "$1 to $100" ]
I want to sort this array so the first result is "All Prices" and then the next options will be price ranges such as $1- $100, $100- $200