> My question is with the render :partial => etc... line. I need to find > away to sort the data that is getting spit out by a specific field, how > would I do that?
You'll want to do that when the data is marshalled, not in the view or parital code... look into the controller to see how your data is retrieved. Then, the model whose is being displayed should be able to provide the data in the desired order... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---