Note about :capture method and LazyHelpers

This commit is contained in:
Thomas Stratmann 2013-02-04 21:59:26 +01:00
parent f8d4d6960b
commit cee5bacd75
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ include Draper::LazyHelpers
```
...at the top of your decorator class - you'll mix in a bazillion methods and never have to type `h.` again.
(Note: the `capture` method is only available through `h` or `helpers`)
### Accessing the model