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