0

Hi I have a problem with the devise, I made a custom view for the users , so that I can have a username and a full name like so

enter image description here

as you can see i have adjusted the custom view for the devise user signup, but the problem is that when i sign up and i check the console it gives me this in the console

enter image description here

This is what I did for the routes

enter image description here

now I tried to logout but i cant seem to do so like the image

enter image description here

Any help will really be appreciated, for the with and how to properly customize devise with some custom / added attributes into the user database.

user1868185
  • 899
  • 3
  • 9
  • 24
  • add extra fields to devise http://jacopretorius.net/2014/03/adding-custom-fields-to-your-devise-user-model-in-rails-4.html – Pardeep Dhingra Dec 03 '15 at 13:34
  • when you are passing username and fullname from form you need to add them in strong params list. http://stackoverflow.com/questions/16297797/add-custom-field-column-to-devise-with-rails-4 – Pardeep Dhingra Dec 03 '15 at 13:37

0 Answers0