An open API service indexing awesome lists of open source software.

https://github.com/trailblazer/cells-haml

Haml integration for Cells
https://github.com/trailblazer/cells-haml

Last synced: 4 months ago
JSON representation

Haml integration for Cells

Awesome Lists containing this project

README

          

# Cells::Haml

Haml support for Cells.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'cells-haml'
```

## Usage

```ruby
class SongCell < Cell::ViewModelHaml
```

If that doesn't work, [read the docs](http://trailblazer.to/gems/cells/cells4.html#html-escaping).