Class: ClassName

Inherits:
ActiveRecord::DataMigration show all
Defined in:
lib/generators/templates/data_migration_generator.rb

Instance Method Summary collapse

Methods inherited from ActiveRecord::DataMigration

#down

Instance Method Details

#upObject



2
3
4
# File 'lib/generators/templates/data_migration_generator.rb', line 2

def up
  # put your code here
end