One of my views enables searching records using a text field. The rendered view contains only records that match the search.
After the view has rendered, I want to add an option to perform an update on the displayed records. The problem is, I don't know how to figure out which records are shown, since the search form is different from the update form, and I can only submit one of them. Any ideas? -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

