I have a .slim file for my sign up page, but when I am trying to add the recaptcha_tags to the file I'm getting an error recaptcha_tags not defined, can anyone provide a small sample code to integrate recaptchabtags in .slim file and also the controller
A sample code regarding the question
I think you are missing gem, Add this line to Gemfile then run
bundle installthen create initializer file with these content
Add this in your slim file
This should work.