method

deprecated_associations_options

rails latest stable - Class: ActiveRecord

Method not available on this version

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

deprecated_associations_options()
public

No documentation available.

# File activerecord/lib/active_record.rb, line 495
  def self.deprecated_associations_options
    {
      mode: ActiveRecord::Associations::Deprecation.mode,
      backtrace: ActiveRecord::Associations::Deprecation.backtrace
    }
  end