Skip to content

Instantly share code, notes, and snippets.

@erichurst
Created July 29, 2010 03:38
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 erichurst/497163 to your computer and use it in GitHub Desktop.
Save erichurst/497163 to your computer and use it in GitHub Desktop.
module ActionView::Helpers::AssetTagHelper
self.register_javascript_expansion :jquery => ["http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js", "rails.js", "application.js"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment