Sha256: 5a5b03fef3f7a8bb7a04affae22e90110863a263b5efcef88cf2c950b5b37931

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module InvisibleCaptcha
  module FormHelpers
    def invisible_captcha(honeypot = nil, options = {})
      @template.invisible_captcha(honeypot, self.object_name, options)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
invisible_captcha-2.3.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-2.2.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-2.1.0 lib/invisible_captcha/form_helpers.rb