Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Created June 24, 2011 14:34
Show Gist options
  • Save chrisbraddock/1044887 to your computer and use it in GitHub Desktop.
Save chrisbraddock/1044887 to your computer and use it in GitHub Desktop.
str = javascript_include_tag '/vendor/javascripts/jquery/jquery-1.6.1.js'
str += "\n"
str += javascript_include_tag '/vendor/javascripts/jquery-ujs/rails.js'
str += "\n"
str += javascript_include_tag '/vendor/javascripts/jquery-ui/jquery-ui-1.8.13.custom.min.js'
str += "\n"
str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment