There was an error while loading. Please reload this page.
ruby 1.9.3, rails 3.2.19
Error
Can't mass-assign protected attributes: captcha, captcha_key
To fix this have added attr_accessible into User model.
attr_accessible :captcha, :captcha_key
And now its allowing me to register with wrong captcha as well
ruby 1.9.3, rails 3.2.19
Error
To fix this have added attr_accessible into User model.
And now its allowing me to register with wrong captcha as well