From 3564c760de8f878b7cd927bda11b4f5fb39fa157 Mon Sep 17 00:00:00 2001 From: Gioele Date: Wed, 21 Mar 2012 20:33:21 +0100 Subject: [PATCH] Update documentation to mention `#within` instead of `#with_transaction` --- lib/dm-transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dm-transactions.rb b/lib/dm-transactions.rb index 57f4d05..20ee53a 100644 --- a/lib/dm-transactions.rb +++ b/lib/dm-transactions.rb @@ -347,7 +347,7 @@ module Repository # # @return [Adapters::Transaction] # a new Transaction (in state :none) that can be used - # to execute code #with_transaction + # to execute code using #begin, #within and #commit # # @api public def transaction