The devise was completely returning a flash alert when “Recaptcha” caught wrong keywords.
But after I updated devise version from 1.4.7 to 2.1.0,
it always says,
“undefined method `render_with_scope’ for #”
Does anyone have the same problem?
Is this all because of compatibility of devise 2.1.0 with “Recaptcha”?
I got the same error
In my registration_controller.rb i change
render_with_scope :new to render :new that worked for my application.