Better Rails templates.
Add this line to your application's Gemfile:
gem 'block_templates'
And then execute:
$ bundle
Or install it yourself as:
$ gem install block_templates
In terminal type.
$ rails g model company
- Fork the project ( https://github.com/Nguyenanh/block_templates/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request with a description of your changes