aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rwxr-xr-xrailties/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 8ef4f4b53d..1affa6dd39 100755
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -46,7 +46,6 @@ task :generate_guides do
end
task :update_ujs do
- system "curl https://github.com/rails/prototype-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/vendor/assets/javascripts/prototype_ujs.js"
system "curl https://github.com/rails/jquery-ujs/raw/master/src/rails.js > lib/rails/generators/rails/app/templates/vendor/assets/javascripts/jquery_ujs.js"
end