I am using simple_captcha in my rails 3 application. I have a form for requesting quote, But in my controller
if simple_captcha_valid?
always returns false.
The log says it gets null key value
SimpleCaptcha::SimpleCaptchaData Load (1.0ms) SELECT `simple_captcha_data`.* FROM `simple_captcha_data` WHERE `simple_captcha_data`.`key` IS NULL LIMIT 1
Please help..
