samstickland / cells-slim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:Ruby 91.6%Language:HTML 8.4%