class Object
Public Class Methods
establish_connection(*_)
click to toggle source
Calls superclass method
# File lib/memory_test_fix.rb, line 8 def self.establish_connection(*_) super.tap do MemoryTestFix::SchemaLoader.init_schema end end