method

db_warnings_action

rails latest stable - Class: ActiveRecord

Method not available on this version

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

db_warnings_action
public

The action to take when database query produces warning. Must be one of :ignore, :log, :raise, :report, or a custom proc. The default is :ignore.