Skip to content

Commit ade572f

Browse files
committed
Fix typo
1 parent 6d638f9 commit ade572f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def self.db_warnings_action=(action)
261261
# Specify allowlist of database warnings.
262262
# Can be a string, regular expression, or an error code from the database.
263263
#
264-
# ActiveRecord::Base.db_warnings_ignore = [/^SHOW WARNINGS` did not return the warnings/, "01000"]
264+
# ActiveRecord::Base.db_warnings_ignore = [/`SHOW WARNINGS` did not return the warnings/, "01000"]
265265
singleton_class.attr_accessor :db_warnings_ignore
266266
self.db_warnings_ignore = []
267267

0 commit comments

Comments
 (0)