Add Crono::Cronotab to process cronotab

This commit is contained in:
Dzmitry Plashchynski
2015-04-13 12:43:52 +03:00
parent 8174f86407
commit 1900a06582
5 changed files with 34 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@ require 'crono/job'
require 'crono/scheduler'
require 'crono/config'
require 'crono/performer_proxy'
require 'crono/cronotab'
require 'crono/orm/active_record/crono_job'
require 'crono/railtie' if defined?(Rails)