More notes for issues/pending

This commit is contained in:
Jeff Casimir 2011-06-30 19:04:43 -04:00
parent 4b9ac2de32
commit 3c67b444c5
1 changed files with 3 additions and 2 deletions

View File

@ -151,9 +151,10 @@ end
## Issues / Pending
* Test coverage for generators
* Ability to decorate multiple objects at once
* Ability to decorate multiple objects at once, ex: `ArticleDecorator.decorate(Article.all)`
* Revise readme to better explain interface pattern
* Build sample application
* Build sample Rails application
* Consider: `ArticleDecorator.new(1)` does the equivalent of `ArticleDecorator.new(Article.find(1))`
## License