method

references

rails latest stable - Class: ActiveRecord::Migration::Compatibility::V7_0::TableDefinition

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

references(*args, **options)
public

No documentation available.

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