aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb')
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb b/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
index 749bef23fc..60c74ed35e 100644
--- a/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
+++ b/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
@@ -12,6 +12,7 @@
# Contain an elements allowed attributes.
# If none is set HTML5::Scrub.scrub_attributes implementation will be used.
class PermitScrubber < Loofah::Scrubber
+ # :nodoc:
attr_reader :tags, :attributes
def tags=(tags)