class UiComponents::Cell

Public Instance Methods

show() click to toggle source
# File lib/ui_components/cell.rb, line 13
def show
  render(self.class.name.to_sym)
end