Skip to content

Commit 9f2c1fe

Browse files
committed
Use the instrumenter method.
@instrumenter is not defined. It was moved to a method. rails/rails@dc522a3
1 parent 9f9687f commit 9f2c1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/oracle_enhanced/dbms_output.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def dbms_output_enabled?
3232

3333
private
3434
def log(sql, name = "SQL", binds = [], type_casted_binds = [], statement_name = nil, async: false, &block)
35-
@instrumenter.instrument(
35+
instrumenter.instrument(
3636
"sql.active_record",
3737
sql: sql,
3838
name: name,

0 commit comments

Comments
 (0)