diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-08-05 04:10:54 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2019-08-05 04:10:54 +0200 |
commit | 064b7f6082773f88f216c3aaab38645a364a1395 (patch) | |
tree | 4f0ce51e99274f2abb497b8951beb2aea6d83fe1 /actionview/lib/action_view | |
parent | 4f235e9a86d4589f2081f971e5e66d42586333bb (diff) | |
download | rails-064b7f6082773f88f216c3aaab38645a364a1395.tar.gz rails-064b7f6082773f88f216c3aaab38645a364a1395.tar.bz2 rails-064b7f6082773f88f216c3aaab38645a364a1395.zip |
Remove unused require
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/helpers/sanitize_helper.rb | 1 |
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 |