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
- Host: GitHub
- URL: https://github.com/trailblazer/cells-haml
- Owner: trailblazer
- License: mit
- Created: 2014-10-22T07:43:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T15:09:13.000Z (over 2 years ago)
- Last Synced: 2025-06-17T03:43:36.089Z (4 months ago)
- Language: Ruby
- Homepage: https://github.com/trailblazer/cells-haml
- Size: 47.9 KB
- Stars: 5
- Watchers: 10
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
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).