Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tiny version bump for class-level helpers
  • Loading branch information
jcasimir committed Oct 20, 2011
1 parent 4ead10a commit d67b86b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Readme.markdown
Expand Up @@ -22,8 +22,9 @@

## What's New

### Version 0.9.2
### Version 0.9.3

* Helpers are available from the decorator class level, so you could call `ArticleDecorator.new_article_link`
* 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
2 changes: 1 addition & 1 deletion lib/draper/version.rb
@@ -1,3 +1,3 @@
module Draper
VERSION = "0.9.2"
VERSION = "0.9.3"
end

0 comments on commit d67b86b

Please sign in to comment.