Displaying 1 result from an estimated 1 matches for "product_comment".
2006 May 07
2
How to handle MySQL data types SET and ENUM in the application
...roduct'', ''description_de'' %></p>
<p><label for="product_description_gb">Description gb</label><br/>
<%= text_area ''product'', ''description_gb'' %></p>
<p><label for="product_comment">Comment</label><br/>
<%= text_area ''product'', ''comment'' %></p>
<p><label for="product_image">Image</label><br/>
<%= file_field ''product'', ''image'' %><...