Class: CheckboxListCell
- Inherits:
-
UiComponents::Cell
- Object
- Cell::ViewModel
- UiComponents::Cell
- CheckboxListCell
- Defined in:
- app/cells/checkbox_list/checkbox_list_cell.rb
Instance Method Summary collapse
Methods included from UiComponents::CellAttributes
Methods included from UiComponents::ViewHelper
Instance Method Details
#show ⇒ Object
11 12 13 |
# File 'app/cells/checkbox_list/checkbox_list_cell.rb', line 11 def show content_tag(:ul, , class: css_class) end |