how can we determine the id for this rail select statement, I tried to do it the way
<%= f.select :state, options_for_select(Contact::STATES), :id=>"state_job" %>
but it does not show the id when I check it in the browser. Please help me
<%= f.select :state, options_for_select(Contact::STATES) %>
sidhu source share