Module: InvisibleCaptcha::FormHelpers

Defined in:
lib/invisible_captcha/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

#invisible_captcha(method) ⇒ Object



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

def invisible_captcha(method)
  @template.invisible_captcha(self.object_name, method)
end