Sha256: a226758bd739994bba9e870aeb8468e9d7273d4cd8d8fea85adb1f4f549cd588
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
# Cells::Slim Support for Slim templates with Cells. ## Installation Add this line to your application's Gemfile: ```ruby gem 'cells-slim' ``` ## Usage Outside of Rails, you need to include `Cell::Erb` in your cell. ```ruby class CommentCell < Cell::ViewModel include Cell::Slim ``` ## Documentation [More documentation](http://trailblazerb.org/gems/cells/templates.html) can be found on the Trailblazer page.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-slim-0.0.2 | README.md |