diff options
author | francis <francis> | 2008-11-17 09:24:19 +0000 |
---|---|---|
committer | francis <francis> | 2008-11-17 09:24:19 +0000 |
commit | 60344f8e15e1c334266721f26c32c9569843d2ab (patch) | |
tree | 669cdbe8c53194cbf125d68349f9833607de973a /vendor/plugins/mongrel_proctitle/init.rb | |
parent | 9150290a32fac5d246cfe014cc17c7798b58f13b (diff) |
Show request processed in ps output for mongrel.
Diffstat (limited to 'vendor/plugins/mongrel_proctitle/init.rb')
-rw-r--r-- | vendor/plugins/mongrel_proctitle/init.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/plugins/mongrel_proctitle/init.rb b/vendor/plugins/mongrel_proctitle/init.rb new file mode 100644 index 000000000..e9748df5e --- /dev/null +++ b/vendor/plugins/mongrel_proctitle/init.rb @@ -0,0 +1,3 @@ +if defined?(Mongrel) + require "mongrel_proctitle" +end |