Not found

The exact documentation you were looking for could not be found. Here is the best guess.

full_sanitizer() public

Gets the HTML::FullSanitizer instance used by strip_tags. Replace with any object that responds to sanitize.

  class Application < Rails::Application
    config.action_view.full_sanitizer = MySpecialSanitizer.new
  end
Show source
Register or log in to add new notes.