module

Rails::Generators::Migration

v7.1.3.4 - Show latest stable

Holds common methods for migrations. It assumes that migrations have the [0-9]*_name format and can be used by other frameworks (like Sequel) just by implementing the next migration version method.

Attributes

[R]migration_class_name
[R]migration_file_name
[R]migration_number

Files

  • railties/lib/rails/generators/migration.rb

Nested classes and modules