aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 40f5f4e440..6f47b08301 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -30,7 +30,7 @@ RUBY_FORGE_USER = "webster132"
BASE_DIRS = %w(
app config/environments components db doc log lib lib/tasks public script script/performance script/process test vendor vendor/plugins
- tmp/sessions tmp/cache tmp/sockets
+ tmp/sessions tmp/cache tmp/sockets tmp/pids
)
APP_DIRS = %w( models controllers helpers views views/layouts )