Creating a `Users` show page using Devise

前端 未结 4 1084
失恋的感觉
失恋的感觉 2020-12-07 09:37

I\'m trying to create a User show page (that will function as a profile page) but am confused about how to do this with Devise. It doesn\'t seem as though Devi

4条回答
  •  情歌与酒
    2020-12-07 10:41

    you can generate the views used by devise, so you can change it as you want to.

     rails g devise:views
    

提交回复
热议问题