3f59cd3082 | ||
---|---|---|
lib | ||
spec | ||
.gitignore | ||
Gemfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
decorates_before_rendering.gemspec |
README.md
DecoratesBeforeRendering
A small add-on for Draper that automatically decorates specified controller instance variables before rendering. Currently only works on objects that respond to ```model_name````, but this could easily be expanded upon.
Installation
Add this line to your application's Gemfile:
gem 'decorates_before_rendering'
And then execute:
$ bundle
Or install it yourself as:
$ gem install decorates_before_rendering
Usage
See lib/decorates_before_rendering.rb
for usage instructions.
Contributing
- Fork it
- 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 new Pull Request