Class: UiComponents::Cell
- Inherits:
-
Cell::ViewModel
- Object
- Cell::ViewModel
- UiComponents::Cell
- Includes:
- CellAttributes, DocuCop, ViewHelper
- Defined in:
- lib/ui_components/cell.rb
Direct Known Subclasses
CheckboxListCell, FormCellBase, HelloWorldCell, MarkdownReadonlyCell, ModalCell
Instance Method Summary collapse
Methods included from CellAttributes
Methods included from ViewHelper
Instance Method Details
#show ⇒ Object
13 14 15 |
# File 'lib/ui_components/cell.rb', line 13 def show render(self.class.name.to_sym) end |