advanced_haml_scaffold_generator

This is the rails generator of scaffold that generates haml views that

Installation

Add to your Gemfile

gem 'advanced_haml_scaffold_generator'

Then bundle as usual.

Usage

Next time you run

rails generate scaffold SomeModel ...

you will get the appropriate views. You can also add an option --layout to get the layout file in app/views/layout

Contributing to advanced_haml_scaffold_generator

Copyright © 2014 Dmitri Koulikoff. See LICENSE.txt for further details.