DEBSOURCES
Skip Quicknav
sources / ruby-data-migrate / 6.7.0-1 / lib / generators / data_migration / templates / data_migration.rb
12345678
class <%= migration_class_name %> < <%= migration_base_class_name %> def up end def down raise ActiveRecord::IrreversibleMigration end end