mirror of https://github.com/rails/rails
Update activerecord/lib/active_record/transaction.rb
Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
This commit is contained in:
parent
f8ee9ebb66
commit
0ec6f23197
|
@ -6,7 +6,7 @@ module ActiveRecord
|
||||||
# Class specifies the interface to interact with the current transaction state.
|
# Class specifies the interface to interact with the current transaction state.
|
||||||
#
|
#
|
||||||
# It can either map to an actual transaction/savepoint, or represent the
|
# It can either map to an actual transaction/savepoint, or represent the
|
||||||
# abscence of a transaction.
|
# absence of a transaction.
|
||||||
#
|
#
|
||||||
# == State
|
# == State
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue