diff options
author | bobbus <adrien.coquio@gmail.com> | 2013-02-22 00:24:35 +0100 |
---|---|---|
committer | bobbus <adrien.coquio@gmail.com> | 2013-02-22 00:24:35 +0100 |
commit | 7ded3b8c4bb24e02a93ced0dc78879c3210b526c (patch) | |
tree | 92d6dcd711de3170c70218d7b4fd1adacf1cbfbe /guides | |
parent | 3206495d58c8bcc0e4ba6e31835c24a81bf1448b (diff) | |
download | rails-7ded3b8c4bb24e02a93ced0dc78879c3210b526c.tar.gz rails-7ded3b8c4bb24e02a93ced0dc78879c3210b526c.tar.bz2 rails-7ded3b8c4bb24e02a93ced0dc78879c3210b526c.zip |
Link is not relevant anymore
Cannot find the screencast on the internet, guess it was removed
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/caching_with_rails.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md index a270ec7a7e..abab3dd983 100644 --- a/guides/source/caching_with_rails.md +++ b/guides/source/caching_with_rails.md @@ -343,8 +343,3 @@ class ProductsController < ApplicationController end end ``` - -Further reading ---------------- - -* [Scaling Rails Screencasts](http://railslab.newrelic.com/scaling-rails) |