mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
minor spelling fix
This commit is contained in:
parent
f42f670812
commit
d39a47fb2e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ ArticleDecorator.decorate(Article.first) # Returns one instance of ArticleDecora
|
|||
ArticleDecorator.decorate(Article.all) # Returns an enumeration proxy of ArticleDecorator instances
|
||||
```
|
||||
|
||||
* Call `.find` to do automatically do a lookup on the `decorates` class:
|
||||
* Call `.find` to automatically do a lookup on the `decorates` class:
|
||||
|
||||
```ruby
|
||||
ArticleDecorator.find(1)
|
||||
|
|
Loading…
Reference in a new issue