Top Level Namespace
Defined Under Namespace
Modules: DatabaseRewinder
Class Method Summary collapse
Class Method Details
.inherited(adapter) ⇒ Object
28 29 30 |
# File 'lib/database_rewinder/active_record_monkey.rb', line 28 def (::ActiveRecord::ConnectionAdapters::AbstractAdapter).inherited(adapter) adapter.prepend DatabaseRewinder::InsertRecorder end |