aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-08 16:14:38 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-08 16:15:14 -0700
commit38b608ecab2441cd0c4e75bc08bdf57fcf85dd71 (patch)
treeae901461df0ebe6b065b89a5db201d08fd5dda92 /actionpack/lib/action_controller/new_base
parenta470bb36128cfdddd888492b7ac972ee582f6acb (diff)
downloadrails-38b608ecab2441cd0c4e75bc08bdf57fcf85dd71.tar.gz
rails-38b608ecab2441cd0c4e75bc08bdf57fcf85dd71.tar.bz2
rails-38b608ecab2441cd0c4e75bc08bdf57fcf85dd71.zip
Writing comments to AbstractController
Diffstat (limited to 'actionpack/lib/action_controller/new_base')
-rw-r--r--actionpack/lib/action_controller/new_base/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/new_base/base.rb b/actionpack/lib/action_controller/new_base/base.rb
index d7b65d37fa..e8fc153578 100644
--- a/actionpack/lib/action_controller/new_base/base.rb
+++ b/actionpack/lib/action_controller/new_base/base.rb
@@ -39,7 +39,7 @@ module ActionController
# TODO: Extract into its own module
# This should be moved together with other normalizing behavior
module ImplicitRender
- def send_action(method_name)
+ def send_action(*)
ret = super
default_render unless performed?
ret