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 44 samples from 3 applications.
def debug(progname = nil, &block) return unless super if ActiveRecord.verbose_query_logs log_query_source end end