Class: DateTimeInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- DateTimeInput
- Defined in:
- app/inputs/date_time_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options) ⇒ Object
2 3 4 5 |
# File 'app/inputs/date_time_input.rb', line 2 def input() [:class] << "form-control" @builder.text_field(attribute_name, ) end |