search for: projects_search

Displaying 1 result from an estimated 1 matches for "projects_search".

Did you mean: project_search
2008 Nov 12
2
redirecting to a different controller from a search box
Hi,- I have a main page with a search box. When the user enters a query and hits "Search" I want to redirect him to another page (another controller with a search action), and display the results on that page. My form looks like this: <% form_tag({:controller => "projects", :action => "search"}, :method => "get") do %> <label