Skip to content

Instantly share code, notes, and snippets.

@yob
Forked from pat/gist:465237
Created July 6, 2010 10:41
Show Gist options
  • Save yob/465239 to your computer and use it in GitHub Desktop.
Save yob/465239 to your computer and use it in GitHub Desktop.
urls = Hash.new("jquery-1.4.2.min.js")
urls["production"] = "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
ActionView::Helpers::AssetTagHelper.register_javascript_expansion(:jquery => urls[Rails.env])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment