method
db_warnings_action
rails latest stable - Class:
ActiveRecord
db_warnings_actionpublic
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.