diff options
author | Stephen St. Martin <kuprishuz@gmail.com> | 2010-01-23 15:34:17 -0500 |
---|---|---|
committer | Stefan Penner <stefan.penner@gmail.com> | 2010-01-27 12:44:32 -0600 |
commit | 20c6c71e6a998a3157e2545e834e3d678d231ec5 (patch) | |
tree | d1b14396cc6f2b2485f0de2d7c4506f591de8017 | |
parent | d8343a6ad7d6bffb88a075cb9e575d85e098e4b1 (diff) | |
download | rails-20c6c71e6a998a3157e2545e834e3d678d231ec5.tar.gz rails-20c6c71e6a998a3157e2545e834e3d678d231ec5.tar.bz2 rails-20c6c71e6a998a3157e2545e834e3d678d231ec5.zip |
oops, remove test code
-rw-r--r-- | actionpack/lib/action_view/helpers/ajax_helper.rb | 1 |
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 |