Displaying 2 results from an estimated 2 matches for "personal_info".
2013 Apr 12
0
Rails Log user in after view rendered
...hree columns">
<strong><%= t("apply.create.labels.password") %></strong>:
</div>
<div class="nine columns">
<%= t("apply.create.labels.emailed_password_html", :link =>
mail_to(@user.personal_info.e_mail))%>
<%= link_to(t("apply.create.labels.choose_password"),
user_profile_path) %>
</div>
</div>
<!-- Try to Sign in User -->
<% priv_sign_in %>
<% end %>
This code is because. If the user app...
2006 Dec 08
9
How to update partial attributes of a object from a form?
I have a user table, and it has forty columns, including name, gender,
address, email, phone...
So my @user object will have forty attributes.
I divide these attributes into 4 groups... namely ''general info'',
''personal info'', ''contact info''... and I make separate forms to edit
these 4 different group attributes.
The problem is when I update