Displaying 1 result from an estimated 1 matches for "thing_descript".
2009 Mar 08
1
database table row creation method
...t:
<h1>Post new thing</h1>
<%= form_tag :action => ''create'' %>
<p><label for="thing_title">Title</label><br/>
<%= text_field ''thing'', ''title'' %></p>
<p><label for="thing_description">Description</label><br/>
<%= text_area ''thing'', ''description'' %></p>
<p><label for="thing_email">Email</label><br/>
<%= text_field ''thing'', ''email'' %>&...