# File lib/generators/audited/templates/revert_polymorphic_indexes_order.rb, line 2 def self.up fix_index_order_for [:associated_id, :associated_type], 'associated_index' fix_index_order_for [:auditable_id, :auditable_type], 'auditable_index' end