From b0ce52fa5567f10d2264a982e416eaf4cb1268ca Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 29 May 2010 20:40:24 +0800 Subject: [PATCH] Tiny readme change --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 8dbf860..dab2fe7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -80,7 +80,9 @@ You can define custom job types in your schedule file: rails3_runner "MyModel.do_something_amazing" end -This would create a job with the command "bundle exec rails runner". By defining jobs like this, you can also make reusable system commands such as: +This would create a job with the command "bundle exec rails runner". + +By defining jobs like this, you can also make reusable system commands such as: job_type :my_great_command do |job| job.environment = false # this stops whenever appending '-e production' to the task