Class: ActsAsAuditedUpdateMigration
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- ActsAsAuditedUpdateMigration
- Defined in:
- lib/generators/audited_migration_update/templates/migration.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/generators/audited_migration_update/templates/migration.rb', line 6 def self.down remove_column :audits, :comment end |
.up ⇒ Object
2 3 4 |
# File 'lib/generators/audited_migration_update/templates/migration.rb', line 2 def self.up add_column :audits, :comment, :string end |