I am a new bie to Rails Devise Gem. In order to apply a custom layout and coloring, I've modified original forms that come with devise installation. I am wondering if this approach is right. Or shall I create a new set of forms that should override default devise forms.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Then, look at devise folder at views folder, you will see all the forms you need to customize |
|||
|
|
|
The correct method is to generate the devise views and then style them as you have been doing. |
|||
|