Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 20, 2012
1 parent 73eeb51 commit a4697b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def transaction(options = {})
@_current_transaction_records.last.concat(save_point_records)
end
end
rescue Exception => database_transaction_rollback
rescue Exception
if open_transactions == 0
rollback_db_transaction
rollback_transaction_records(true)
Expand Down

0 comments on commit a4697b0

Please sign in to comment.