mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Fixing tutorial link
This commit is contained in:
parent
d154059572
commit
c67edf6aad
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Here are some ideas of what you might do in decorator methods:
|
||||||
|
|
||||||
## Example Using a Decorator
|
## Example Using a Decorator
|
||||||
|
|
||||||
For a brief tutorial with sample project, check this out: http://tutorials.jumpstartlab.com/rails/topics/decorators.html
|
For a brief tutorial with sample project, check this out: http://tutorials.jumpstartlab.com/topics/decorators.html
|
||||||
|
|
||||||
Say I have a publishing system with `Article` resources. My designer decides that whenever we print the `published_at` timestamp, it should be constructed like this:
|
Say I have a publishing system with `Article` resources. My designer decides that whenever we print the `published_at` timestamp, it should be constructed like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue