diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-22 06:27:07 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-22 06:27:07 +0000 |
commit | 1aab0e2c30510acb0dbaf3a2f76bea0971709461 (patch) | |
tree | e290527057fa4d8458e8f414c9449808dc7a132d /actionpack | |
parent | dcf5caf59670e2542bfeba1da46515ee5aa5fa19 (diff) | |
download | rails-1aab0e2c30510acb0dbaf3a2f76bea0971709461.tar.gz rails-1aab0e2c30510acb0dbaf3a2f76bea0971709461.tar.bz2 rails-1aab0e2c30510acb0dbaf3a2f76bea0971709461.zip |
Doc fixes #1775, #1776 [jon@instance-design.co.uk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1878 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/lib/action_controller/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index d19990d155..849b834cd1 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -469,7 +469,7 @@ module ActionController #:nodoc: # # # Renders the template for the action "long_goal" within the current controller, # # but with a custom layout - # render :action => "short_goal", :layout => "spectacular" + # render :action => "long_goal", :layout => "spectacular" # # _Deprecation_ _notice_: This used to have the signatures <tt>render_action("action", status = 200)</tt>, # <tt>render_without_layout("controller/action", status = 200)</tt>, and |