Module: CloudflareTurnstile::ControllerExt::ClassMethods
- Defined in:
- lib/cloudflare_turnstile/controller_ext.rb
Instance Method Summary collapse
-
#cloudflare_turnstile(options = {}) ⇒ Object
Enables Turnstile on a controller action.
Instance Method Details
#cloudflare_turnstile(options = {}) ⇒ Object
Enables Turnstile on a controller action
9 10 11 12 13 |
# File 'lib/cloudflare_turnstile/controller_ext.rb', line 9 def cloudflare_turnstile( = {}) before_action() do cloudflare_turnstile_verify() end end |