When I edited the default login page with devise and checked the screen, I've encountered a problem that doesn't reflect what I've edited, so make a note of the solution.
config/initializers/devise.rb
#config.scoped_views =Just uncomment the description of false and change false to true
config.scoped_views = true
This alone solved it.
Recommended Posts