[rails] Edit of view page created by devise is not reflected

Edit of view page created by devise is not reflected

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

[rails] Edit of view page created by devise is not reflected
[Rails] When the layout change of devise is not reflected
rails AWS deployment is not reflected
rails new app is not created with app name
[Rails] How to edit and customize devise view and controller
Implement devise edit page
[Rails] Register by attribute of the same model using Devise
[Rails] Introduction of devise Basics
What is Rails gem devise?
[Rails] fields_for is not displayed
[Rails] Introduction of Rubocop by beginners
[Rails] [Devise] Edit profile without password
Data is not registered in Rails.
Create My Page with Rails devise
If VIEW (template) is not reloaded by changing RACK_ENV at the time of development with Padrino, enable reload_templates.