Class: Cortex::IndexCell
- Inherits:
-
ApplicationCell
- Object
- Cell::ViewModel
- ApplicationCell
- Cortex::IndexCell
- Defined in:
- app/cells/cortex/index_cell.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/cells/cortex/index_cell.rb', line 5 def index render end |
#table_body ⇒ Object
13 14 15 |
# File 'app/cells/cortex/index_cell.rb', line 13 def table_body render end |
#table_headers ⇒ Object
9 10 11 |
# File 'app/cells/cortex/index_cell.rb', line 9 def table_headers render end |