Reputation:
I have install devise but getting this error .I have followed all the steps of devise and when i run rake db:migrate it is showing this error
`const_get': uninitialized constant View (NameError)
Upvotes: 0
Views: 44
Reputation: 941
Make sure you have added require 'devise'
in config/application.rb
file
Upvotes: 1