Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created July 24, 2008 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bmizerany/1995 to your computer and use it in GitHub Desktop.
Save bmizerany/1995 to your computer and use it in GitHub Desktop.
helpers do
def h(s)
Rack::Utils.escape_html(s)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment