class ActiveRecord::DataMigration

Public Instance Methods

down() click to toggle source

base class (extend with any useful helpers)

# File lib/active_record/data_migration.rb, line 7
def down
  raise IrreversibleMigration
end