Rename crono.rb to cronotab.rb

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 16:17:01 +02:00
parent b11e910e19
commit ddbb846253
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ module Crono
source_root File.expand_path("../templates", __FILE__)
def copy_config
template 'crono.rb.erb', 'config/initializers/crono.rb'
template 'cronotab.rb.erb', 'config/cronotab.rb'
end
end
end