Remove rails extension

This commit is contained in:
Dzmitry Plashchynski
2015-03-02 21:55:26 +02:00
parent 20217b0c8a
commit 2fd061a523
5 changed files with 1 additions and 41 deletions

View File

@@ -5,5 +5,5 @@
# Actually you can use any class. The only requirement is that
# the class should implement a method `perform` without arguments.
#
# TestJob.perform_every 2.days, at: "15:30"
# Periodicity.perform(TestJob).every 2.days, at: "15:30"
#