I\'m trying to add a name attribute to the User model provided by Devise. I added a \"name\" column to my database, and changed the sign up view so that it asks for the use
in your user model locate;
attr_accessible :email, :password, :password_confirmation, :remember_me
and add :name on the end