Render Cells in Rails and Ruby
masterIn Rails, use the cell helper in views or controllers. In any other Ruby environment, use the call style: CellClass.(@model).().
To render a specific state (method) in a cell, use the syntax cell(:name, @model).(:state).