1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
This commit is contained in:
Chuck Fitzpatrick 2013-03-06 10:39:47 -08:00
parent 052cbacb29
commit 1801c7b494

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