Default habit-type selection bug

This commit is contained in:
Tyler Renelle 2012-02-01 14:51:19 -05:00
parent 588ad0c900
commit 0edfdfc9d8

View file

@ -16,8 +16,8 @@
<%= f.text_field :name %> <%= f.text_field :name %>
</div> </div>
<div class="field"> <div class="field">
<%= f.label :type %><br /> <%= f.label :habit_type %><br />
<%= f.select :habit_type, options_for_select([['Always',1], ['Daily',2], ['One-time',3]]) %> <%= f.select :habit_type, options_for_select([['Always',1], ['Daily',2], ['One-time',3]], @habit.habit_type) %>
</div> </div>
<div class="field"> <div class="field">
<%= f.label :notes %><br /> <%= f.label :notes %><br />