Displaying 1 result from an estimated 1 matches for "profile_first_name".
2006 May 11
1
RoR completely ignoring a column when saving changes
.../label>
<%= select ''user'', ''admin'', [ [''no'', ''no''],
[''yes'', ''yes''] ] %></p>
<% end %>
<h2>Personal Profile</h2>
<p><label for="profile_first_name">First Name</label><br />
<%= text_field ''profile'', ''first_name'', :class => ''text_medium'' %></p>
<p><label for="profile_last_name">Last Name</label><br />
<%= text_fie...