Displaying 1 result from an estimated 1 matches for "thing_titl".
Did you mean:
thing_title
2009 Mar 08
1
database table row creation method
I have following view for user input:
<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'' %&...