Sha256: 3b5230ffafc60a365f63d74fc36d154fe1820730a7037a68583081b79ee0a4f4

Contents?: true

Size: 183 Bytes

Versions: 12

Compression:

Stored size: 183 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
invisible_captcha-0.12.2 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.12.1 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.12.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.11.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.10.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.9.3 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.9.2 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.9.1 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.9.0 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.8.2 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.8.1 lib/invisible_captcha/form_helpers.rb
invisible_captcha-0.8.0 lib/invisible_captcha/form_helpers.rb