Class: SimpleCaptchaInput

Inherits:
Object
  • Object
show all
Includes:
Formtastic::Inputs::Base
Defined in:
lib/simple_captcha/formtastic.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



9
10
11
12
# File 'lib/simple_captcha/formtastic.rb', line 9

def to_html
  options.update :object => sanitized_object_name
  builder.send(:show_simple_captcha, options)
end