aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 18:15:41 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 18:15:41 -0700
commitca8f8fb0316fe9a2f3a4756a781c9bf4cdcf465c (patch)
tree5d5ea1947d5777565d8d6575580f0cd1ba08943b
parenta9ad763c86e110c280be0b7a763496f9e1204de0 (diff)
downloadrails-ca8f8fb0316fe9a2f3a4756a781c9bf4cdcf465c.tar.gz
rails-ca8f8fb0316fe9a2f3a4756a781c9bf4cdcf465c.tar.bz2
rails-ca8f8fb0316fe9a2f3a4756a781c9bf4cdcf465c.zip
Remove one more note about deprecated behavior
-rw-r--r--actionpack/lib/action_controller/base/layouts.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/base/layouts.rb b/actionpack/lib/action_controller/base/layouts.rb
index 5c55e9745e..365351b421 100644
--- a/actionpack/lib/action_controller/base/layouts.rb
+++ b/actionpack/lib/action_controller/base/layouts.rb
@@ -26,9 +26,6 @@ module ActionController
# hello world
# // The footer part of this layout
#
- # NOTE: The old notation for rendering the view from a layout was to expose the magic <tt>@content_for_layout</tt> instance
- # variable. The preferred notation now is to use <tt>yield</tt>, as documented above.
- #
# == Accessing shared variables
#
# Layouts have access to variables specified in the content pages and vice versa. This allows you to have layouts with