Add rake task to clean DB

This commit is contained in:
Dzmitry Plashchynski
2015-03-16 17:34:25 +02:00
parent f57d440424
commit 7328bea24c
6 changed files with 25 additions and 2 deletions

View File

@@ -2,8 +2,6 @@ require 'crono'
require 'optparse'
module Crono
mattr_accessor :scheduler
# Crono::CLI - The main class for the crono daemon exacutable `bin/crono`
class CLI
include Singleton