Add migration to generator

This commit is contained in:
Dzmitry Plashchynski
2015-03-06 22:08:48 +02:00
parent 0f32f8a5a4
commit 20135b87ae
5 changed files with 35 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ After you install Crono, you can run the generator:
rails generate crono:install
It will create a configuration file `config/cronotab.rb`
It will create a configuration file `config/cronotab.rb` and migration
Now you are ready to move forward to create a job and schedule it.