diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-28 17:28:26 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-28 17:28:45 -0500 |
commit | a79942542eb022812ebd6cf2f857d8ad5f6e1f07 (patch) | |
tree | d9394c77aa516f201a294be3efc30956526bf958 /railties/Rakefile | |
parent | 2c04538b2d728390a908e3f7903a7c90bb867554 (diff) | |
download | rails-a79942542eb022812ebd6cf2f857d8ad5f6e1f07.tar.gz rails-a79942542eb022812ebd6cf2f857d8ad5f6e1f07.tar.bz2 rails-a79942542eb022812ebd6cf2f857d8ad5f6e1f07.zip |
Layout & Rendering Guide
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. |