module Recaptcha::Adapters::ViewMethods
Public Instance Methods
recaptcha_v3(options = {})
click to toggle source
Renders a [reCAPTCHA v3](developers.google.com/recaptcha/docs/v3) script and (by default) a hidden input to submit the response token. You can also call the functions directly if you prefer. You can use `Recaptcha::Helpers.recaptcha_v3_execute_function_name(action)` to get the name of the function to call.
# File lib/recaptcha/adapters/view_methods.rb, line 10 def recaptcha_v3(options = {}) ::Recaptcha::Helpers.recaptcha_v3(options) end