From 8fdf86c5f79e68a14ce4b052d6e89f09121868c6 Mon Sep 17 00:00:00 2001 From: Timm Date: Mon, 15 Jul 2013 22:02:32 +0200 Subject: Marked the private API as not needing code documentation. --- actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb') 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) -- cgit v1.2.3