diff options
author | HPNeo <hpneo@hotmail.com> | 2012-12-01 13:03:34 -0500 |
---|---|---|
committer | HPNeo <hpneo@hotmail.com> | 2012-12-01 13:03:44 -0500 |
commit | c71c8a962353642ee44b5cc6ed68dc18322eea72 (patch) | |
tree | 51e591b053e30134667dd4a457160ae6b87ff0b2 /actionpack/lib | |
parent | abefe32baaa5385e5cfc55d03ef294ab68bc001b (diff) | |
download | rails-c71c8a962353642ee44b5cc6ed68dc18322eea72.tar.gz rails-c71c8a962353642ee44b5cc6ed68dc18322eea72.tar.bz2 rails-c71c8a962353642ee44b5cc6ed68dc18322eea72.zip |
Remove :nodoc from SanitizeHelper module [ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/sanitize_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/sanitize_helper.rb b/actionpack/lib/action_view/helpers/sanitize_helper.rb index e6f61d269c..e5cb843670 100644 --- a/actionpack/lib/action_view/helpers/sanitize_helper.rb +++ b/actionpack/lib/action_view/helpers/sanitize_helper.rb @@ -3,7 +3,7 @@ require 'action_view/vendor/html-scanner' module ActionView # = Action View Sanitize Helpers - module Helpers #:nodoc: + module Helpers # The SanitizeHelper module provides a set of methods for scrubbing text of undesired HTML elements. # These helper methods extend Action View making them callable within your template files. module SanitizeHelper |