# File lib/generators/audited/templates/rename_parent_to_association.rb, line 2
  def self.up
    rename_column :audits, :auditable_parent_id, :association_id
    rename_column :audits, :auditable_parent_type, :association_type
  end