Module: FormtasticBootstrap::Inputs::Base::Numeric
- Includes:
- Formtastic::Inputs::Base::Numeric
- Included in:
- NumberInput, RangeInput
- Defined in:
- lib/formtastic-bootstrap/inputs/base/numeric.rb
Instance Method Summary collapse
Instance Method Details
#wrapper_html_options ⇒ Object
10 11 12 13 |
# File 'lib/formtastic-bootstrap/inputs/base/numeric.rb', line 10 def new_class = [super[:class], "numeric", "stringish"].compact.join(" ") super.merge(:class => new_class) end |