Module: SpeedoFormstrap::Inputs::Base::Numeric

Includes:
Formtastic::Inputs::Base::Numeric
Included in:
NumberInput, RangeInput
Defined in:
lib/speedo-formstrap/inputs/base/numeric.rb

Instance Method Summary collapse

Instance Method Details

#wrapper_html_optionsObject



10
11
12
13
# File 'lib/speedo-formstrap/inputs/base/numeric.rb', line 10

def wrapper_html_options
	new_class = [super[:class], "numeric", "stringish"].compact.join(" ")
	super.merge(:class => new_class)
end