class ProMotion::TableScreen

Public Instance Methods

on_cell_created(cell, data) click to toggle source

Don't call super – would result in two on_load calls to the cell.

# File lib/project/pro_motion/table.rb, line 5
def on_cell_created(cell, data)
  self.rmq.build(cell)
end