Class: ColumnCell

Inherits:
BaseCell
  • Object
show all
Defined in:
lib/bootstrap-cells/cells/column_cell.rb

Instance Method Summary collapse

Methods inherited from BaseCell

#c, #fetch_errors, #merge_props, #render_attribute_path, #render_option, #renderable?, #titleized_attribute_path

Instance Method Details

#tdObject



8
9
10
# File 'lib/bootstrap-cells/cells/column_cell.rb', line 8

def td
  render
end

#thObject



4
5
6
# File 'lib/bootstrap-cells/cells/column_cell.rb', line 4

def th
  render
end