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
Yes. Add :name to attr_accessible in User Model
:name
attr_accessible