Class: CafeCar::Inputs::DatetimeInput
- Defined in:
- lib/cafe_car/inputs/datetime_input.rb
Overview
A native <input type="datetime-local"> for datetime columns.
Instance Attribute Summary
Attributes inherited from BaseInput
#args, #form, #method, #options, #template
Instance Method Summary collapse
Methods inherited from BaseInput
build, classes, #defaults, #html_safe?, #info, #initialize, #render_options, #text_hints, #to_html, #to_s
Constructor Details
This class inherits a constructor from CafeCar::Inputs::BaseInput
Instance Method Details
#helper ⇒ Object
5 |
# File 'lib/cafe_car/inputs/datetime_input.rb', line 5 def helper = :datetime_field |