aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb
index ac42de053c..8b6322f8ad 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -2316,12 +2316,6 @@ module ActionView
options[:include_id] = !options.delete(:skip_id)
end
end
-
- def convert_direct_upload_option_to_url(options)
- if options.delete(:direct_upload)
- options['data-direct-upload-url'] = rails_direct_uploads_url
- end
- end
end
end