diff options
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 8de7e24738..0837e71ceb 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -288,7 +288,7 @@ guides = [ { 'activerecord' => 'finders' }, { 'debugging' => 'debugging_rails_applications' }, { 'caching' => 'caching_with_rails' }, - { 'benchmarking_and_profiling' => 'preamble' }, + { 'benchmarking_and_profiling' => 'index' }, { 'actionview' => 'layouts_and_rendering' } ] |