I have added a field to the sign-up form that is based on a different model, see How do I use nested attributes with the devise model for the...
I’ve installed devise on my app and applied the following in my application.html.erb file: <div id="user_nav"> <% if user_signed_in? %> Signed in as <%= current_user.email %>. This cannot be...