module InvisibleCaptcha::FormHelpers

Public Instance Methods

invisible_captcha(honeypot = nil, options = {}) click to toggle source
# File lib/invisible_captcha/form_helpers.rb, line 5
def invisible_captcha(honeypot = nil, options = {})
  @template.invisible_captcha(honeypot, self.object_name, options)
end