aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.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/sanitizers.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/sanitizers.rb')
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb
index eab6d6a515..c014219485 100644
--- a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb
+++ b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb
@@ -4,6 +4,7 @@ require 'action_view/helpers/sanitize_helper/permit_scrubber'
module ActionView
class Sanitizer
+ # :nodoc:
def sanitize(html, options = {})
raise NotImplementedError, "subclasses must implement"
end