Small add-on for Draper that decorates models before rendering.
Go to file
Rob Hanlon 02325470e3 Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
lib Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
spec Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
.gitignore Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
Gemfile Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
LICENSE Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
README.md Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
Rakefile Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00
decorates_before_rendering.gemspec Initial commit. Add all of DecoratesBeforeRendering. 2012-07-13 10:40:37 -07:00

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request