Module: FormtasticBootstrap::Inputs::Base::Stringish

Includes:
Formtastic::Inputs::Base::Stringish
Included in:
DatePickerInput, DatetimePickerInput, EmailInput, PasswordInput, PhoneInput, RangeInput, SearchInput, StringInput, UrlInput
Defined in:
lib/formtastic-bootstrap/inputs/base/stringish.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



8
9
10
11
12
# File 'lib/formtastic-bootstrap/inputs/base/stringish.rb', line 8

def to_html
  bootstrap_wrapping do
    builder.text_field(method, input_html_options)
  end
end