mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix comment indent
See commit 890da514
, this is not intended.
So fix indent.
This commit is contained in:
parent
9c290fbe7f
commit
b18f0436e7
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ module ActiveRecord
|
|||
# automatically released. The following example demonstrates the problem:
|
||||
#
|
||||
# Model.connection.transaction do # BEGIN
|
||||
# Model.connection.transaction(requires_new: true) do # CREATE SAVEPOINT active_record_1
|
||||
# Model.connection.transaction(requires_new: true) do # CREATE SAVEPOINT active_record_1
|
||||
# Model.connection.create_table(...) # active_record_1 now automatically released
|
||||
# end # RELEASE savepoint active_record_1
|
||||
# # ^^^^ BOOM! database error!
|
||||
|
|
Loading…
Reference in a new issue