Skip to content

Instantly share code, notes, and snippets.

@mcconkiee
Created January 28, 2014 12:50
Show Gist options
  • Save mcconkiee/8667089 to your computer and use it in GitHub Desktop.
Save mcconkiee/8667089 to your computer and use it in GitHub Desktop.
load page specific javascript
<% #place this in header %>
<% content_for :javascript_includes do %>
<%= javascript_include_tag "forms.js" %>
<% end %>
<% #place this at top %>
<%= javascript_include_tag "application" %>
<%= yield :javascript_includes %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment