Top Level Namespace

Defined Under Namespace

Modules: DatabaseRewinder

Class Method Summary collapse

Class Method Details

.inherited(adapter) ⇒ Object

Third party adapters that might be loaded in the future



42
43
44
# File 'lib/database_rewinder/active_record_monkey.rb', line 42

def (::ActiveRecord::ConnectionAdapters::AbstractAdapter).inherited(adapter)
  adapter.send :prepend, DatabaseRewinder::InsertRecorder
end