method

sanitizeable?

rails latest stable - Class: HTML::LinkSanitizer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

sanitizeable?(text)
public

No documentation available.

# File actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb, line 62
    def sanitizeable?(text)
      !(text.nil? || text.empty? || !((text.index("<a") || text.index("<href")) && text.index(">")))
    end