Module: Turnstile::Adapters::ViewMethods
- Defined in:
- lib/turnstile/adapters/view_methods.rb
Instance Method Summary collapse
-
#invisible_turnstile_tags(options = {}) ⇒ Object
Renders a Turnstile [Invisible Turnstile captcha](developers.cloudflare.com/turnstile/reference/widget-types/#invisible).
-
#turnstile_tags(options = {}) ⇒ Object
Renders a turnstile [Checkbox](developers.cloudflare.com/turnstile/get-started/client-side-rendering/) widget.
Instance Method Details
#invisible_turnstile_tags(options = {}) ⇒ Object
Renders a Turnstile [Invisible Turnstile captcha](developers.cloudflare.com/turnstile/reference/widget-types/#invisible)
12 13 14 |
# File 'lib/turnstile/adapters/view_methods.rb', line 12 def ( = {}) ::Turnstile::Helpers.() end |
#turnstile_tags(options = {}) ⇒ Object
Renders a turnstile [Checkbox](developers.cloudflare.com/turnstile/get-started/client-side-rendering/) widget
7 8 9 |
# File 'lib/turnstile/adapters/view_methods.rb', line 7 def ( = {}) ::Turnstile::Helpers.() end |