Skip to content

Instantly share code, notes, and snippets.

@daz-codes
Created May 1, 2012 16:35
Show Gist options
  • Save daz-codes/2569461 to your computer and use it in GitHub Desktop.
Save daz-codes/2569461 to your computer and use it in GitHub Desktop.
<% if @js %>
<% @js.each do |script| %>
<%= "<script src=\"/javascripts/#{script}.js\"></script>" %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment