Class: SimpleCaptchaInput

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

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



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

def to_html
  input_wrapping do
    input_html_options.update :object => method
    label_html << builder.show_simple_captcha(input_html_options)
  end
end