Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to figure out how to set the selected option of a select box generated by SimpleForm. My code is along the lines of:

<%= simple_form_for(@user) do |f| %>
  <%= f.association :store, default: 1 %>

Of course the default: 1 part does not work.

TIA

share|improve this question

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.