Skip to content

Commit

Permalink
Clarification to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Oct 20, 2011
1 parent d67b86b commit fa6883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

### Version 0.9.3

* Helpers are available from the decorator class level, so you could call `ArticleDecorator.new_article_link`
* Helpers are available from the decorator class level, so you could write a `ArticleDecorator.new_article_link` that uses `h.link_to`
* Automatically generate a named accessor for the wrapped object, so now inside of `ArticleDecorator` you can use `article` instead of just `model`
* Removed the `lazy_helpers` method to favor using `include Draper::LazyHelpers`
* Refactored how methods are selected for delegation to the wrapped model
Expand Down

0 comments on commit fa6883e

Please sign in to comment.