Skip to content
Pierre-Louis Gottfrois edited this page Oct 27, 2013 · 1 revision

Dashing uses rufus-scheduler to schedule jobs.

To create a new job within your dashing application, simply do:

rails g dashing:job sample_job

The above command will create a new file called sample_job.rb in app/jobs/

Clone this wiki locally