With the select_tag() helper, is there a way to avoid passing an id to the generated element?
If not, what do you do when you have the same form several times on a page and you want to keep ids unique?
With the select_tag() helper, is there a way to avoid passing an id to the generated element?
If not, what do you do when you have the same form several times on a page and you want to keep ids unique?