Class: Plugins::Core::TreeCell

Inherits:
Cell
  • Object
show all
Defined in:
app/cells/plugins/core/tree_cell.rb

Instance Method Summary collapse

Methods inherited from Cell

#required?

Instance Method Details

#checkboxesObject



4
5
6
# File 'app/cells/plugins/core/tree_cell.rb', line 4

def checkboxes
  render
end


8
9
10
# File 'app/cells/plugins/core/tree_cell.rb', line 8

def dropdown
  render
end