I\'m getting error from devise \"User does not respond to \'devise\' method\" when running \"rails generate devise:install\". Ideas re how to resolve?
In fact also get
Completing a tutorial for rails & these answers didn't work for me, but after some searching found a solution. Hope this helps anyone else who's new and running into this issue.
devise_for :installs
(put a hash tag in front)rails generate devise:install
Now Devise should install properly & subsequent errors should be gone.
Source