diff options
author | Timm <kaspth@gmail.com> | 2013-08-12 19:00:41 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:05 +0200 |
commit | 53f25ae348f7fdcae27c3d89369738f1e8b455d9 (patch) | |
tree | d6c8363f29ddd83aa483f7de0d1724a513a020df | |
parent | d6a6d42e7ee4e6e7c1e8c815e8793be3b3f0f7b5 (diff) | |
download | rails-53f25ae348f7fdcae27c3d89369738f1e8b455d9.tar.gz rails-53f25ae348f7fdcae27c3d89369738f1e8b455d9.tar.bz2 rails-53f25ae348f7fdcae27c3d89369738f1e8b455d9.zip |
Removed :nodoc: from PermitScrubber.
-rw-r--r-- | actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb index c63214ed60..0b1fc967fa 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb @@ -42,7 +42,6 @@ # See the documentation for Nokogiri::XML::Node to understand what's possible # with nodes: http://nokogiri.org/Nokogiri/XML/Node.html class PermitScrubber < Loofah::Scrubber - # :nodoc: attr_reader :tags, :attributes def initialize |