Added initializer to force Resque to wath the post_receive queue

This commit is contained in:
Ariejan de Vroom 2012-01-23 09:46:59 +01:00
parent 4587ab6ff6
commit 9696dff6e2

View file

@ -0,0 +1 @@
Resque.watch_queue(PostReceive.instance_variable_get("@queue"))