aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/ajax_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/helpers/ajax_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/ajax_helper.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/lib/action_view/helpers/ajax_helper.rb b/actionpack/lib/action_view/helpers/ajax_helper.rb
index f6c9952031..e8dd960e6b 100644
--- a/actionpack/lib/action_view/helpers/ajax_helper.rb
+++ b/actionpack/lib/action_view/helpers/ajax_helper.rb
@@ -493,16 +493,6 @@ module ActionView
private
- def extract_confirm_attributes!(options)
- attributes = {}
-
- if options && options[:confirm]
- attributes["data-confirm"] = options.delete(:confirm)
- end
-
- attributes
- end
-
def extract_remote_attributes!(options)
attributes = options.delete(:html) || {}