Software Development
Pages
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
Newer Post
Older Post
Home