Class: ViewModel::DownMigrator

Inherits:
Migrator
  • Object
show all
Defined in:
lib/view_model/migrator.rb

Overview

down migrations find a reverse path from the current schema version to the specific version requested by the client.

Constant Summary

Constants inherited from Migrator

Migrator::EXCLUDE_FROM_MIGRATION

Method Summary

Methods inherited from Migrator

#initialize, #migrate!, migrated_deep_schema_version

Constructor Details

This class inherits a constructor from ViewModel::Migrator