diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-16 21:31:15 +0200 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-16 21:31:15 +0200 |
commit | 6f0eb93f95c52bf58465851f39c0e43943e7dbf3 (patch) | |
tree | 3deaae1c5bf45653d56511b6f85a2a91529efbf4 /railties/doc/guides | |
parent | 5c90c988f81b3ca3bfe74ce413c882ce9f17d501 (diff) | |
download | rails-6f0eb93f95c52bf58465851f39c0e43943e7dbf3.tar.gz rails-6f0eb93f95c52bf58465851f39c0e43943e7dbf3.tar.bz2 rails-6f0eb93f95c52bf58465851f39c0e43943e7dbf3.zip |
Mark layout/rendering guide as done
Diffstat (limited to 'railties/doc/guides')
-rw-r--r-- | railties/doc/guides/index.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index ad82aea3ec..1e6d5665f8 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -43,8 +43,6 @@ This guide covers the find method defined in ActiveRecord::Base, as well as name .link:actionview/layouts_and_rendering.html[Layouts and Rendering in Rails] *********************************************************** -CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/15[Lighthouse Ticket] - This guide covers the basic layout features of Action Controller and Action View, including rendering and redirecting, using +content_for_ blocks, and working with partials. |