Class: Cortex::IndexCell

Inherits:
ApplicationCell show all
Defined in:
app/cells/cortex/index_cell.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/cells/cortex/index_cell.rb', line 5

def index
  render
end

#table_bodyObject



13
14
15
# File 'app/cells/cortex/index_cell.rb', line 13

def table_body
  render
end

#table_headersObject



9
10
11
# File 'app/cells/cortex/index_cell.rb', line 9

def table_headers
  render
end