Then in the browser
http://localhost:3000/users/sign_up
Let's access.
The view file provided by default in devise should be rendered.
***
You want to customize the view file because it doesn't taste good as it is.
So at the terminal
% rails g devise:views
To execute. This will generate a devise-related view file. Edit it to get the look you want.
Recommended Posts