module SanitizeHelper
Ruby on Rails 6.1.7.10
Since v2.2.3The 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.
Extends
Methods (defined here)
- # sanitize
- # sanitize_css
- # strip_links
- # strip_tags
Used by
Included by (1)
Methods (inherited)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended