Skip to content

Commit 8fc71d1

Browse files
authored
Merge pull request rails#28175 from sevenseacat/patch-1
Fix typo 'affect' -> 'effect' [ci skip]
2 parents c92757f + d15b291 commit 8fc71d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def requires_reloading?
440440
# is no longer active, then this method will reconnect to the database.
441441
def verify!(*ignored)
442442
if ignored.size > 0
443-
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no affect and has been deprecated. Please remove all arguments from the #verify method call.")
443+
ActiveSupport::Deprecation.warn("Passing arguments to #verify method of the connection has no effect and has been deprecated. Please remove all arguments from the #verify method call.")
444444
end
445445
reconnect! unless active?
446446
end

0 commit comments

Comments
 (0)