Skip to content

Instantly share code, notes, and snippets.

@erichurst
Created July 29, 2010 03:34
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/497159 to your computer and use it in GitHub Desktop.
Save erichurst/497159 to your computer and use it in GitHub Desktop.
module ActionView::Helpers::AssetTagHelper
remove_const :JAVASCRIPT_DEFAULT_SOURCES
JAVASCRIPT_DEFAULT_SOURCES = %w(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)
reset_javascript_include_default
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment