I have the Following, however it will not show the current value when editing the record. What needs to change to correct this
<%= f.select :name, options_for_select([["Select Name", ""], "James", "John", "Richard", "Mike", "Peter"]), :class => 'small-input' %>
Thanks in Advance
Just use :
Take a look at :
http://apidock.com/rails/v3.2.8/ActionView/Helpers/FormOptionsHelper/select