aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-08-05 04:10:54 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2019-08-05 04:10:54 +0200
commit064b7f6082773f88f216c3aaab38645a364a1395 (patch)
tree4f0ce51e99274f2abb497b8951beb2aea6d83fe1
parent4f235e9a86d4589f2081f971e5e66d42586333bb (diff)
downloadrails-064b7f6082773f88f216c3aaab38645a364a1395.tar.gz
rails-064b7f6082773f88f216c3aaab38645a364a1395.tar.bz2
rails-064b7f6082773f88f216c3aaab38645a364a1395.zip
Remove unused require
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper.rb b/actionview/lib/action_view/helpers/sanitize_helper.rb
index d6d0635911..a4d796d138 100644
--- a/actionview/lib/action_view/helpers/sanitize_helper.rb
+++ b/actionview/lib/action_view/helpers/sanitize_helper.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require "rails-html-sanitizer"
-require "active_support/deprecation"
module ActionView
# = Action View Sanitize Helpers