As usual Stack Overflow came to the rescue, where I found this: "Devise responding to json by default has been removed from version 2.2" The fix was simple, I added this to my confif/application.rb and everything was working fine again:
config.to_prepare do DeviseController.respond_to :html, :json end
No comments:
Post a Comment
Comments are moderated, so you'll have to wait a little bit before they appear!