Class: Plugins::Core::BooleanCell

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

Instance Method Summary collapse

Methods inherited from Cell

#required?

Instance Method Details

#checkboxObject



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

def checkbox
  render
end

#switchObject



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

def switch
  render
end