aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 66ebb6344c..36cd7e3e6c 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -224,9 +224,3 @@ task :release => :package do
Rake::Gemcutter::Tasks.new(spec).define
Rake::Task['gem:push'].invoke
end
-
-desc "Publish the API documentation"
-task :pdoc => [:rdoc] do
- require 'rake/contrib/sshpublisher'
- Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/ar", "doc").upload
-end