Skip to content

Instantly share code, notes, and snippets.

@jgonzalezd
Created February 11, 2017 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgonzalezd/fac5436d8db1aea6100f8fb253be2bda to your computer and use it in GitHub Desktop.
Save jgonzalezd/fac5436d8db1aea6100f8fb253be2bda to your computer and use it in GitHub Desktop.
Js component for .html.erb files
<%= 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