Module: CloudflareTurnstile::ViewHelpers
- Defined in:
- lib/cloudflare_turnstile/view_helpers.rb
Instance Method Summary collapse
-
#cloudflare_turnstile ⇒ String
Builds the Turnstile html.
Instance Method Details
#cloudflare_turnstile ⇒ String
Builds the Turnstile html
8 9 10 11 12 13 |
# File 'lib/cloudflare_turnstile/view_helpers.rb', line 8 def cloudflare_turnstile content_tag(:div, class: css_class) do concat script_tag concat turnstile_div end end |