Class: Mongration::Rollback
- Inherits:
-
Object
- Object
- Mongration::Rollback
- Defined in:
- lib/mongration/rollback.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.perform ⇒ Object
6 7 8 |
# File 'lib/mongration/rollback.rb', line 6 def self.perform new.perform end |
Instance Method Details
#perform ⇒ Object
10 11 12 13 14 |
# File 'lib/mongration/rollback.rb', line 10 def perform return unless Migration.exists? file = File.migrated.last file.down end |