aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 9bfe811b8e..51165c263c 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -23,7 +23,7 @@ LOG_FILES = %w( apache.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html )
BIN_FILES = %w( generate destroy breakpointer console server update )
-VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport railties )
+VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )
desc "Default Task"