aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-10-15 05:56:18 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-10-15 05:56:18 -0700
commit5225a938d69cd2bf3897ccb99f794f87b043ed64 (patch)
tree74217b7328f18c8c2cabfb88b440b59ba62d31cd
parent2b4c3c80d3473bac9dc29367775f5e4b4145d0a3 (diff)
parent0b238e4664a9c366d301234abd9b20d9583e7576 (diff)
downloadrails-5225a938d69cd2bf3897ccb99f794f87b043ed64.tar.gz
rails-5225a938d69cd2bf3897ccb99f794f87b043ed64.tar.bz2
rails-5225a938d69cd2bf3897ccb99f794f87b043ed64.zip
Merge pull request #7953 from kryzhovnik/sanitize_helper_cleanup
Removed useless "extend SanitizeHelper::ClassMethods"
-rw-r--r--actionpack/lib/action_view/helpers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_view/helpers.rb b/actionpack/lib/action_view/helpers.rb
index dad50a58a1..269e78a021 100644
--- a/actionpack/lib/action_view/helpers.rb
+++ b/actionpack/lib/action_view/helpers.rb
@@ -29,10 +29,6 @@ module ActionView #:nodoc:
extend ActiveSupport::Concern
- included do
- extend SanitizeHelper::ClassMethods
- end
-
include ActiveModelHelper
include AssetTagHelper
include AssetUrlHelper