aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorStephen St. Martin <kuprishuz@gmail.com>2010-01-23 15:34:17 -0500
committerStefan Penner <stefan.penner@gmail.com>2010-01-27 12:44:32 -0600
commit20c6c71e6a998a3157e2545e834e3d678d231ec5 (patch)
treed1b14396cc6f2b2485f0de2d7c4506f591de8017 /actionpack
parentd8343a6ad7d6bffb88a075cb9e575d85e098e4b1 (diff)
downloadrails-20c6c71e6a998a3157e2545e834e3d678d231ec5.tar.gz
rails-20c6c71e6a998a3157e2545e834e3d678d231ec5.tar.bz2
rails-20c6c71e6a998a3157e2545e834e3d678d231ec5.zip
oops, remove test code
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/ajax_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/ajax_helper.rb b/actionpack/lib/action_view/helpers/ajax_helper.rb
index ab4f5d53e9..02b2588c42 100644
--- a/actionpack/lib/action_view/helpers/ajax_helper.rb
+++ b/actionpack/lib/action_view/helpers/ajax_helper.rb
@@ -182,7 +182,6 @@ module ActionView
end
def button_to_remote(name, options = {}, html_options = {})
- html_options.merge!(:testing => true)
set_callbacks(options, html_options)
super
end