Then in the browser
http://localhost:3000/users/sign_up
Let's access.
The view file provided by default in devise should be rendered.
% rails g devise:views
To execute. This will generate a devise-related view file. Edit it to get the look you want.
Recommended Posts