Hi group, I''ve got a question regarding filtering with EZ-Where and link_to. I have a Category model and a Car model. If you visit the cars listing, you see a list of all cars, regardless of which category they are in. There is a form on the page to filter through these, which is passed to EZ::Where for the filtering. The question I have, is I pass the params to EZ-Where with car[:category_id], so if I wanted to allow people to click a link on the category page to view all cars in that category (which is just a link_to to the cars page) how would I pass the car[:category_id]? Am I overlooking something stupid and simple? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---