From 20c6c71e6a998a3157e2545e834e3d678d231ec5 Mon Sep 17 00:00:00 2001 From: "Stephen St. Martin" Date: Sat, 23 Jan 2010 15:34:17 -0500 Subject: oops, remove test code --- actionpack/lib/action_view/helpers/ajax_helper.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3