Module: FormtasticBootstrap::Inputs::Base::Stringish
- Includes:
- Formtastic::Inputs::Base::Stringish
- Included in:
- DateInput, DatetimeInput, EmailInput, PasswordInput, PhoneInput, SearchInput, StringInput, TimeInput, UrlInput
- Defined in:
- lib/formtastic-bootstrap/inputs/base/stringish.rb
Instance Method Summary collapse
Instance Method Details
#wrapper_html_options ⇒ Object
10 11 12 13 |
# File 'lib/formtastic-bootstrap/inputs/base/stringish.rb', line 10 def new_class = [super[:class], "stringish"].compact.join(" ") super.merge(:class => new_class) end |