Displaying 2 results from an estimated 2 matches for "ends_at_date".
2008 Mar 05
1
Using form fields that arent in database
Basically I need to know how to use forms fields when the attribute name
for it
doesn''t match a field in my database. I have a form like this.
<td><%= date_select ''assessment'', ''ends_at_date'', :value => "Click
here..." %>
<%= time_select ''assessment'', ''ends_at_time''%></td>
My database has a field called ends_at which is a datetime field that
should have the combination of these 2 forms fields. However, I dont
kn...
2008 Mar 05
1
How to use values through forms
Basically I need to know how to use forms fields when the name for it
doesn''t match a field in my database. I have a form like this.
<td><%= date_select ''assessment'', ''ends_at_date'', :value => "Click
here..." %>
<%= time_select ''assessment'', ''ends_at_time''%></td>
My database has a field called ends_at which is a datetime field that
should have the combination of these 2 forms fields. However, I dont
kn...