class ActiveRecord::LogSubscriber

def debug(progname = nil, &block)

Experimental RBS support (using type sampling data from the type_fusion project).

def debug: (?String progname, ) -> Integer

This signature was generated using 2 samples from 1 application.

def debug(progname = nil, &block)
  return unless super
  if ActiveRecord.verbose_query_logs
    log_query_source
  end
end