Class: DateRangeCell
- Inherits:
-
FormCellBase
- Object
- Cell::ViewModel
- UiComponents::Cell
- FormCellBase
- DateRangeCell
- Defined in:
- app/cells/date_range/date_range_cell.rb
Instance Method Summary collapse
Methods included from UiComponents::CellAttributes
Methods included from UiComponents::ViewHelper
Instance Method Details
#show ⇒ Object
22 23 24 25 26 27 28 |
# File 'app/cells/date_range/date_range_cell.rb', line 22 def show [ date_field(:from), date_field(:to), select_div ].join end |