Risolto con:
<p><label for="requirement[structure_id]">Struttura</label><br/>
<%=
@structures = Structure.find(:all, :order => "nome")
collection_select("requirement", "structure_id", @structures, :id,
:nome)
%>
Vorrei capire dove
--
Posted via http://www.ruby-forum.com/.