Module Haml::Helpers::XssMods
In: lib/haml/helpers/xss_mods.rb

This module overrides Haml helpers to work properly in the context of ActionView. Currently it‘s only used for modifying the helpers to work with Rails’ XSS protection methods.

Methods

Public Class methods

Public Instance methods

Output is always HTML safe

Input is escaped, haml_concat‘ed output is always HTML safe

Don‘t escape text that‘s already safe, output is always HTML safe

Input is escaped, output is always HTML safe

Input is escaped, output is always HTML safe

Input is escaped, output is always HTML safe

[Validate]