class method self.suppress_multiple_database_warning

Ruby on Rails 7.1.6

Since v7.1.6 Last seen in v7.1.6

Signature

self.suppress_multiple_database_warning()

No documentation comment.

Source
# File activerecord/lib/active_record.rb, line 395
  def self.suppress_multiple_database_warning
    ActiveRecord.deprecator.warn(<<-MSG.squish)
      config.active_record.suppress_multiple_database_warning is deprecated and will be removed in Rails 7.2.
      It no longer has any effect and should be removed from the configuration file.
    MSG
  end

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

Defined in ActiveRecord

Type at least 2 characters to search.

↑↓ navigate · open · esc close