Devise raises error with Rails 4.2 upgrade

前端 未结 3 1422

When I run rails s:

/Users/galli01anthony/.rvm/gems/ruby-2.1.3/gems/devise-3.2.4/lib/devise/rails/routes.rb:455:in
`ensure in with_devise_exclus         


        
3条回答
  •  伪装坚强ぢ
    2021-01-01 10:42

    It was still producing the error for me with devise 3.4.1.

    Removing :confirmable in the User model fixed the problem.

提交回复
热议问题