Module: InvisibleCaptcha::FormHelpers

Defined in:
lib/invisible_captcha/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

#invisible_captcha(honeypot, options = {}) ⇒ Object



3
4
5
# File 'lib/invisible_captcha/form_helpers.rb', line 3

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