Class: Jun::CLI::Commands::DB::Rollback
- Defined in:
- lib/jun/cli/commands/db/rollback.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#process(*args) ⇒ Object
8 9 10 |
# File 'lib/jun/cli/commands/db/rollback.rb', line 8 def process(*args) ActiveRecord::Migrator.new(direction: :down).call end |