Class: CheckboxListCell

Inherits:
UiComponents::Cell show all
Defined in:
app/cells/checkbox_list/checkbox_list_cell.rb

Instance Method Summary collapse

Methods included from UiComponents::CellAttributes

#attributes, #initialize

Methods included from UiComponents::ViewHelper

#ui_component

Instance Method Details

#showObject



11
12
13
# File 'app/cells/checkbox_list/checkbox_list_cell.rb', line 11

def show
  (:ul, box_li_tags, class: css_class)
end