Add an internal link

[ci skip]
This commit is contained in:
Andrew Haines 2013-01-14 18:56:32 +00:00
parent 46ca7d37d9
commit fa0d2b73f6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ include Draper::LazyHelpers
### Accessing the model
When writing decorator methods you'll usually need to access the wrapped model. While you may choose to use delegation (_covered below_) for convenience, you can always use the `source` (or its alias `model`):
When writing decorator methods you'll usually need to access the wrapped model. While you may choose to use delegation ([covered below](#delegating-methods)) for convenience, you can always use the `source` (or its alias `model`):
```ruby
class ArticleDecorator < Draper::Decorator