From 399318c6c0510071a3cc473445954cb5532d00cc Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 9 Feb 2015 11:04:22 -0500 Subject: [PATCH] Needed for heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..26e68b6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: rake jobs:work \ No newline at end of file