module Marginalia::Comment

def self.marginalia_adapter=(adapter)

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

def self.marginalia_adapter=: (ActiveRecord::ConnectionAdapters::PostgreSQLAdapter adapter) -> ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

This signature was generated using 6 samples from 1 application.

def self.marginalia_adapter=(adapter)
  Thread.current[:marginalia_adapter] = adapter
end