diff --git a/lib/railsmachine/recipes.rb b/lib/railsmachine/recipes.rb index f73d00a..5e39881 100644 --- a/lib/railsmachine/recipes.rb +++ b/lib/railsmachine/recipes.rb @@ -293,16 +293,19 @@ def setup_mongrel end def restart_mongrel + require "railsmachine/recipes/app/mongrel" set_mongrel_conf mongrel.cluster.restart end def start_mongrel + require "railsmachine/recipes/app/mongrel" set_mongrel_conf mongrel.cluster.start end def stop_mongrel + require "railsmachine/recipes/app/mongrel" set_mongrel_conf mongrel.cluster.stop end