method

attributes_with_index

rails latest stable - Class: ActiveRecord::Generators::MigrationGenerator
attributes_with_index()
private

No documentation available.

# File activerecord/lib/rails/generators/active_record/migration/migration_generator.rb, line 59
        def attributes_with_index
          attributes.select { |a| !a.reference? && a.has_index? }
        end