Sha256: 89516aeac429442c41dfd67854d0a6df7e3f5c46ff32470c5dc71bc798d4ea1b

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

class <%= class_name %> < ActiveRecord::Migration
  def self.up
    add_column :audits, :comment, :string
  end

  def self.down
    remove_column :audits, :comment
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ericperko-acts_as_audited-1.1.2 generators/audited_migration_update/templates/migration.rb