Skip to content

Instantly share code, notes, and snippets.

@julianalucena
Forked from guiocavalcanti/_youtube.html.erb
Created July 7, 2011 17:41
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 julianalucena/1070075 to your computer and use it in GitHub Desktop.
Save julianalucena/1070075 to your computer and use it in GitHub Desktop.
<%= pjax_content_for :head_scripts_and_styles do %>
<%= lazy_load :js, javascript_path("myplugin.js"), jammit_path(:jammt_package) do %>
(function($){
var a = new Abc();
a.init();
})($);
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment