Cells::Slim

Support for Slim templates with Cells.

Installation

Add this line to your application's Gemfile:

gem 'cells-slim'

Usage

Outside of Rails, you need to include Cell::Slim in your cell.

class CommentCell < Cell::ViewModel
  include Cell::Slim

Documentation

More documentation can be found on the Trailblazer page.