diff options
author | claudiob <claudiob@gmail.com> | 2015-01-04 07:45:07 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2015-01-04 07:45:07 -0800 |
commit | adfeeb01e798278ad43b67d882bdd1f54aff3b3f (patch) | |
tree | 82a68de73f8ee6eeb8b80608945e1222714a420c /actionview/lib | |
parent | 526e5e845a552abadf7e718ed1f1c5e0bf7c8876 (diff) | |
download | rails-adfeeb01e798278ad43b67d882bdd1f54aff3b3f.tar.gz rails-adfeeb01e798278ad43b67d882bdd1f54aff3b3f.tar.bz2 rails-adfeeb01e798278ad43b67d882bdd1f54aff3b3f.zip |
Remove unneeded `require 'as/deprecation'`
Tests should still pass after removing `require 'active_support/deprecation'`
from these files since the related deprecations have been removed.
Diffstat (limited to 'actionview/lib')
-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 7cb55cc214..e72e85ee5f 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper.rb @@ -1,5 +1,4 @@ require 'active_support/core_ext/object/try' -require 'active_support/deprecation' require 'rails-html-sanitizer' module ActionView |