class ActiveRecord::LogSubscriber

def log_query_source

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

def log_query_source: () -> Integer

This signature was generated using 2 samples from 1 application.

def log_query_source
  source = extract_query_source_location(caller)
  if source
    logger.debug("  ↳ #{source}")
  end
end