Skip to content

Instantly share code, notes, and snippets.

@fakingfantastic
Created May 27, 2010 19:19
Show Gist options
  • Save fakingfantastic/416222 to your computer and use it in GitHub Desktop.
Save fakingfantastic/416222 to your computer and use it in GitHub Desktop.
# lib/javascript_helper.rb
module ActionView
module Helpers
module JavaScriptHelper
def j(data)
escape_javascript(data)
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment