Module: CloudflareTurnstile::ControllerExt::ClassMethods

Defined in:
lib/cloudflare_turnstile/controller_ext.rb

Instance Method Summary collapse

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(options = {})
  before_action(options) do
    cloudflare_turnstile_verify(options)
  end
end