Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Created November 25, 2010 05:29
Show Gist options
  • Save benhoskings/714951 to your computer and use it in GitHub Desktop.
Save benhoskings/714951 to your computer and use it in GitHub Desktop.
# i'd like this
%article omg
= render partial: 'omg.coffee'
# to result in this
<article>
omg
</article>
<script type='text/javascript'>
//<![CDATA[
(function(){
omg("!!!");
})();
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment