Displaying 1 result from an estimated 1 matches for "evaldate".
Did you mean:
evaldata
2006 May 31
1
Creating Multiple Child objects on a single form
...d ''status'' + objective.number.to_s,
''objective_id'', :value => objective.id %>
<% end %>
<label for="evaluation_date">
Evaluation Date:</label>
<%= date_select ''evaluation'', ''evaldate'', :order => [:day, :month,
:year ] %>
<label for="evaluation_comment">
Comments:</label>
<%= text_area ''evaluation'', ''comment'' %>
This produces a set of ''status'' objects li...