huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.
https://huacnlee.github.io/rucaptcha
MIT License
693 stars 133 forks source link

How to print the rucaptcha code? #100

Closed masterbo98 closed 2 years ago

masterbo98 commented 2 years ago

I konw that in the form, I can use the method verify_rucaptcha? to verify the code, is there any way that I can print or get the rucaptcha code in the back-end?