Displaying 1 result from an estimated 1 matches for "address_name".
2006 Jun 28
3
couple newbie questions
...n the form and how to pass that data into the
address model/table. There must be a standard way for doing something like
this and I might have missed it in Dave''s book. Any pointers/answers you
folks can provide would be helpful. I tried adding the :address after :user
and text_fields like address_name but get errors when rails tries to render
the page.
<% form_for *:user* *do* |form| %>
<p>
<label for="user_name">Name:</label>
<%= form.text_field *:username*, *:size* => *40* %>
</p>
<% *end* %>
Thanks f...