Class: DateRangeCell

Inherits:
FormCellBase show all
Defined in:
app/cells/date_range/date_range_cell.rb

Instance Method Summary collapse

Methods included from UiComponents::CellAttributes

#attributes, #initialize

Methods included from UiComponents::ViewHelper

#ui_component

Instance Method Details

#showObject



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