Formulario simple para agregar ID a la entrada

<%= f.input :name, input_html: { id: "name" } %>
Lioruby