boltthreads/activerecord-tablefree

View on GitHub
lib/activerecord/tablefree/transaction.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveRecord::Tablefree
  class Transaction < ActiveRecord::ConnectionAdapters::NullTransaction
  end
end