Hey, I have a question.
I am loading up radio buttons in a form based from db. I want the first radio button that shows up to be selected. For simple demo I am just going to use <li>s.
<% foo.bar.each do |baz| %>
<li><%= baz.bleh %></li>
<% end %>
In that example how do I make the first <li> have class=“first”?