Class: TaoForm::Inputs::DateRangeInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- TaoForm::Inputs::DateRangeInput
- Defined in:
- lib/tao_form/inputs/date_range_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/tao_form/inputs/date_range_input.rb', line 5 def input( = nil) = (, ) = .merge() template.tao_date_range_picker( @builder, attribute_name, ) end |