Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Friday, April 24, 2015
NoMethodError: undefined method `devise' for User
Problem
: NoMethodError: undefined method `devise' for User (call 'User.connection' to establish a connection):Class
Solution:
run rake db:migrate
before :
rails g devise user
‹
›
Home
View web version