Class: CreateToroJobs

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/toro/install/templates/create_toro_jobs.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'lib/generators/toro/install/templates/create_toro_jobs.rb', line 6

def self.down
  Toro::Database.down
end

.upObject



2
3
4
# File 'lib/generators/toro/install/templates/create_toro_jobs.rb', line 2

def self.up
  Toro::Database.up
end