user5016749
user5016749

Reputation:

Rails error in devise

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

Answers (1)

Triveni Badgujar
Triveni Badgujar

Reputation: 941

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

Upvotes: 1

Related Questions