This commit is contained in:
Chuck Fitzpatrick 2013-03-06 10:39:47 -08:00
parent 052cbacb29
commit 1801c7b494
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ rails generate decorator Article
### Accessing Helpers
Normal Rails helpers are still useful for lots tasks. Both Rails' provided helper and those defined in your app can be accessed via the `h` method:
Normal Rails helpers are still useful for lots of tasks. Both Rails' provided helper and those defined in your app can be accessed via the `h` method:
```ruby
class ArticleDecorator < Draper::Decorator