method

warning_ignored?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: DatabaseStatements
warning_ignored?(warning) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb, line 225
          def warning_ignored?(warning)
            ["WARNING", "ERROR", "FATAL", "PANIC"].exclude?(warning.level) || super
          end
Register or log in to add new notes.