Created
February 11, 2017 22:13
-
-
Save jgonzalezd/fac5436d8db1aea6100f8fb253be2bda to your computer and use it in GitHub Desktop.
Js component for .html.erb files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= content_for :script do%> | |
<script type="text/javascript"> | |
$( document ).ready(function() { | |
}); | |
</script> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment