search for: thing_email

Displaying 1 result from an estimated 1 matches for "thing_email".

2009 Mar 08
1
database table row creation method
...lt;%= 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'' %></p> <%= submit_tag "Create" %> <%= form_tag %> ... and following controller that populates data (one row) in database def create @thing = Thing.new(par...