0

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)

2

1 Answer 1

1

Make sure you have added require 'devise' in config/application.rb file

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.