aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-07-15 22:02:32 +0200
committerTimm <kaspth@gmail.com>2014-06-15 23:40:54 +0200
commit8fdf86c5f79e68a14ce4b052d6e89f09121868c6 (patch)
treece90a10f957d302eec57c146c46901cb2352384e /actionview/lib/action_view/helpers/sanitize_helper/permit_scrubber.rb
parent6241bb8cf45979cc9ffaa916ed83e7cc6b48a38e (diff)
downloadrails-8fdf86c5f79e68a14ce4b052d6e89f09121868c6.tar.gz
rails-8fdf86c5f79e68a14ce4b052d6e89f09121868c6.tar.bz2
rails-8fdf86c5f79e68a14ce4b052d6e89f09121868c6.zip
Marked the private API as not needing code documentation.
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)