mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-30 14:22:07 +02:00
Lint the whole project
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# cronotab.rb — Crono configuration file
|
||||
# cronotab.rb - Crono configuration file
|
||||
#
|
||||
# Here you can specify periodic jobs and schedule.
|
||||
# You can use ActiveJob's jobs from `app/jobs/`
|
||||
@@ -7,9 +7,8 @@
|
||||
#
|
||||
class TestJob
|
||||
def perform
|
||||
puts "Test!"
|
||||
puts 'Test!'
|
||||
end
|
||||
end
|
||||
|
||||
Crono.perform(TestJob).every 2.days, at: "15:30"
|
||||
|
||||
Crono.perform(TestJob).every 2.days, at: '15:30'
|
||||
|
||||
Reference in New Issue
Block a user