Class: EffectiveDateTimePickerInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- EffectiveDateTimePickerInput
- Defined in:
- lib/effective_form_inputs/inputs/effective_date_time_picker_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
7 8 9 |
# File 'lib/effective_form_inputs/inputs/effective_date_time_picker_input.rb', line 7 def input( = nil) Effective::FormBuilderInputs::EffectiveDateTimePicker.new(object, object_name, template, attribute_name, , ((, ) || {})).to_html end |