link_to "click me" :controller => 'some_controller', :action => 'my_action', :this_recipe_id => @recipe, :this_meal_id => @meal
But depending on where you put that link there are probably shorthands you can use. HTH, -Roy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Evans Sent: Monday, October 13, 2008 9:10 AM To: [email protected] Subject: [Rails] Re: Searching on two table fields Roy Pardee wrote: > I believe e.g., Recipe.find_by_diet_id_and_meal_id(12, 34) should work. Thanks but how do I pass the parameters in link_to regards Martin -- 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 -~----------~----~----~----~------~----~------~--~---

