Class: Plugins::Core::CheckboxCell

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

Instance Method Summary collapse

Methods inherited from Cell

#required?

Instance Method Details

#checkboxObject



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

def checkbox
  render
end