Sha256: aee1ed1d5a65503ab388c24f72448f9b8f6003c77907e08dc571a0c3c0953739

Contents?: true

Size: 296 Bytes

Versions: 45

Compression:

Stored size: 296 Bytes

Contents

class <%= migration_class_name %> < ActiveRecord::Migration
  def self.up
    add_column :audits, :association_id, :integer
    add_column :audits, :association_type, :string
  end

  def self.down
    remove_column :audits, :association_type
    remove_column :audits, :association_id
  end
end

Version data entries

45 entries across 41 versions & 7 rubygems

Version Path
notifiably_audited-activerecord-2.1.0 lib/generators/audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-2.0.0 lib/generators/audited/templates/add_association_to_audits.rb
audited-hp-4.3.1 lib/generators/audited/templates/add_association_to_audits.rb
audited-hp-4.3.0 lib/generators/audited/templates/add_association_to_audits.rb
audited-4.3.0 lib/generators/audited/templates/add_association_to_audits.rb
audited-activerecord-4.2.2 lib/generators/audited/templates/add_association_to_audits.rb
audited-activerecord-4.2.1 lib/generators/audited/templates/add_association_to_audits.rb
audited-activerecord-4.2.0 lib/generators/audited/templates/add_association_to_audits.rb
audited-activerecord-4.0.0 lib/generators/audited/templates/add_association_to_audits.rb
audited-activerecord-4.0.0.rc1 lib/generators/audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.10 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.9 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.8 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.7 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.6 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.5 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.4 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.3 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.2 lib/generators/notifiably_audited/templates/add_association_to_audits.rb
notifiably_audited-activerecord-1.0.1 lib/generators/notifiably_audited/templates/add_association_to_audits.rb