references(*args, **options)
public

No documentation available.

# File activerecord/lib/active_record/migration/compatibility.rb, line 235
          def references(*args, **options)
            options[:_uses_legacy_reference_index_name] = true
            super
          end