RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ailison
Sorry guys but how can I reorganize the fields? <%= f.fields_for :answers do |builder| %>
That's because I've already done a Drand and Drop ajax order script and now I need to know how to order the fields.
Thanks.
Sorry guys but how can I reorganize the fields?
<%= f.fields_for :answers do |builder| %>
That's because I've already done a Drand and Drop ajax order script and now I need to know how to order the fields.
Thanks.