Skip to content

Instantly share code, notes, and snippets.

@yaroslav
Created July 2, 2009 08:25
Show Gist options
  • Save yaroslav/139366 to your computer and use it in GitHub Desktop.
Save yaroslav/139366 to your computer and use it in GitHub Desktop.
# Fix for builder: stop escaping all UTF-8 characters, just use h()
class String
def to_xs
ERB::Util.html_escape self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment