Merge pull request #492 from chuckfitzpatricksf/fix_typo

Fix typo
This commit is contained in:
Vasiliy Ermolovich 2013-03-06 11:02:06 -08:00
commit ca98bb81ca
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