Displaying 1 result from an estimated 1 matches for "url_tag".
Did you mean:
src_tag
2005 Dec 22
2
routes and url_for
...to
/app/controllers/user
In routes.rb I use
map.connect ''search'', :controller => ''user/search''
that correct I see.
But when I want to use start_form_tag or simply url_for, that used in
start_form_tag, I do not know how generate url like /search, becouse
url_tag return url corresponding with routes.rb rules:
/user/search
So, what is the right way to do this?
--
timurv mailto:timurv-NKHNqjRO7gY@public.gmane.org