Class: CreateToroJobs
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateToroJobs
- Defined in:
- lib/generators/toro/install/templates/create_toro_jobs.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/generators/toro/install/templates/create_toro_jobs.rb', line 6 def self.down Toro::Database.down end |
.up ⇒ Object
2 3 4 |
# File 'lib/generators/toro/install/templates/create_toro_jobs.rb', line 2 def self.up Toro::Database.up end |