Skip to content

Instantly share code, notes, and snippets.

@elia
Created January 9, 2014 00:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elia/8327282 to your computer and use it in GitHub Desktop.
Save elia/8327282 to your computer and use it in GitHub Desktop.
module OpalHelper
def opal_tag(&block)
opal_code = capture(&block)
js_code = Opal.compile(opal_code)
javascript_tag js_code
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment