views

Hi thanks both! Finally I solved it like this:

<%= f.inputs do%>

	<%= f.input :contact, :as => :select, :collection => Contact.all %>

	<%= f.input :route_import, :as => :select, :collection => RouteImporter.all %>

<%end%>

It creates a fieldset with both select options :slight_smile: