1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Merge pull request #106 from dnagir/patch-1

minor spelling fix
This commit is contained in:
Jeff Casimir 2012-01-02 18:24:12 -08:00
commit e9bfd183bc

View file

@ -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)