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
| 12 13 14 | # File 'lib/ui_components/cell.rb', line 12 def show render(self.class.name.to_sym) end |