Class: SimpleForm::Inputs::DatePickerInput
- Inherits:
-
Base
- Object
- Base
- SimpleForm::Inputs::DatePickerInput
- Defined in:
- lib/simple_form/inputs/date_picker_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
4 5 6 |
# File 'lib/simple_form/inputs/date_picker_input.rb', line 4 def input @builder.datetime_field(attribute_name, ) end |