Module: InvisibleCaptcha::FormHelpers

Defined in:
lib/invisible_captcha/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

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



5
6
7
# File 'lib/invisible_captcha/form_helpers.rb', line 5

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