Class: DatePickerInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- DatePickerInput
- Defined in:
- app/inputs/date_picker_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options) ⇒ Object
2 3 4 5 6 |
# File 'app/inputs/date_picker_input.rb', line 2 def input() = (, ) content_tag(:div, input_group(), class: "input-group date") end |