Class: SelectCell

Inherits:
FormCellBase show all
Defined in:
app/cells/select/select_cell.rb

Instance Method Summary collapse

Methods included from UiComponents::CellAttributes

#attributes, #initialize

Methods included from UiComponents::ViewHelper

#ui_component

Instance Method Details

#showObject



24
25
26
27
28
29
30
31
# File 'app/cells/select/select_cell.rb', line 24

def show
  options[:form].select(
    options[:name],
    select_options,
    control_options,
    html_options
  )
end