Hi *, I have an array of AR objects that I've been able to sort 
alphabetically that I need to split by letter, for example { :a => [apple], 
:b => [banana] } and so on, based on an attribute that I use for sorting.
The end result should be something like

<ul>
  <li>A</li>
  <ul>
    <li> Apple </li>
  </ul>
  <li>B</li>
  <ul>
    <li> Banana </li>

and so on.
I have no idea how to do this...
The array is already sorted alphabetically using the DB.

Can someone help me?
  ngw

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/c3ioHehytp8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to