Create a new Job - gottfrois/dashing-rails GitHub Wiki

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/