Reputation: 159
I have the following:
<%= f.select :phase_names, options_for_select(["RFP Stage", "Pre Contract", "Awarded", "Unsuccessful", "Completed"]), :class => 'inputboxes' %>
It is storing it in the database, but in the edit view it does not show the stored value. How do I show it?
Upvotes: 3
Views: 2588