Class: Lotus::Commands::DB::Apply
- Defined in:
- lib/lotus/commands/db/apply.rb
Overview
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Lotus::Commands::DB::Abstract
Instance Method Details
#start ⇒ Object
7 8 9 10 |
# File 'lib/lotus/commands/db/apply.rb', line 7 def start require 'lotus/model/migrator' Lotus::Model::Migrator.apply end |