class method self.deprecated_associations_options

Ruby on Rails 8.1.2

Since v8.1.2

Signature

self.deprecated_associations_options()

No documentation comment.

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

Defined in activerecord/lib/active_record.rb line 495 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord

Type at least 2 characters to search.

↑↓ navigate · open · esc close