diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-11-06 00:06:24 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-11-06 00:06:24 +0530 |
commit | 09b2e3c55577f26dc528f2f9c349d409bd250608 (patch) | |
tree | 2bf530473fd5a63ca9b62b65ddfcd88b44b90c9e /railties/doc/guides/html/index.html | |
parent | 366b7048d808eaaee3361abc9dba68f8d6a974e6 (diff) | |
download | rails-09b2e3c55577f26dc528f2f9c349d409bd250608.tar.gz rails-09b2e3c55577f26dc528f2f9c349d409bd250608.tar.bz2 rails-09b2e3c55577f26dc528f2f9c349d409bd250608.zip |
Oops. Remove CAUTION from AC basics guide
Diffstat (limited to 'railties/doc/guides/html/index.html')
-rw-r--r-- | railties/doc/guides/html/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index 84618d95e2..991b10c7e8 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -276,14 +276,6 @@ understand how to use routing in your own Rails applications, start here.</p></d <div class="sidebarblock">
<div class="sidebar-content">
<div class="sidebar-title"><a href="actioncontroller_basics.html">Basics of Action Controller</a></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/caution.png" alt="Caution" />
-</td>
-<td class="content"><a href="http://rails.lighthouseapp.com/projects/16213/tickets/17">Lighthouse Ticket</a></td>
-</tr></table>
-</div>
<div class="para"><p>This guide covers how controllers work and how they fit into the request cycle in your application. It includes sessions, filters, and cookies, data streaming, and dealing with exceptions raised by a request, among other topics.</p></div>
</div></div>
<div class="sidebarblock">
|