Class: UiComponents::Cell

Inherits:
Cell::ViewModel
  • Object
show all
Includes:
CellAttributes, DocuCop, ViewHelper
Defined in:
lib/ui_components/cell.rb

Instance Method Summary collapse

Methods included from CellAttributes

#attributes, #initialize

Methods included from ViewHelper

#ui_component

Instance Method Details

#showObject



12
13
14
# File 'lib/ui_components/cell.rb', line 12

def show
  render(self.class.name.to_sym)
end