I am working on a Rails 4 application using Devise 3.1.1 to authenticate users. When I click on the / users / sign _up.user link, Rails throws the following exception:
ActionController::UnknownFormat in Devise::RegistrationsController
Actually, I was on Devise 3.0.0.rc when I started the application, I thought that upgrading the device to 3.1.1 could solve the problem, but it is not. Could not find anything useful in SO / google / devise github project. Any idea how to get around this. Thanks!
ruby ruby-on-rails ruby-on-rails-4 devise
Zeeshan
source share