Class: ClassName
- Inherits:
-
ActiveRecord::DataMigration
- Object
- ActiveRecord::DataMigration
- ClassName
- Defined in:
- lib/generators/templates/data_migration_generator.rb
Instance Method Summary collapse
Methods inherited from ActiveRecord::DataMigration
Instance Method Details
#up ⇒ Object
4 5 6 |
# File 'lib/generators/templates/data_migration_generator.rb', line 4 def up # put your code here end |