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