In a view that I have, I am using fields_for to display form data for a relational table. However, part of this form will have select lists to choose from. I see there are lab
You are looking for select or collection_select. Both can be used in form_for or fields_for blocks. There are examples on how to use them in a form_for in the documentation