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=(value)

No documentation comment.

Parameters

value req
Source
# File activerecord/lib/active_record.rb, line 402
  def self.suppress_multiple_database_warning=(value)
    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 402 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord

Type at least 2 characters to search.

↑↓ navigate · open · esc close