diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 16:12:31 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 16:12:31 +0000 |
commit | 0d97c2393bec0c5ce27f26d1f48bb78af7c31ed8 (patch) | |
tree | 2fee2647488d2eef51061606db3dae520dfb170a /lib/mauve/datamapper.rb | |
parent | 07a0e4aa01c8545fa370d54727f1dd8a41153597 (diff) |
dm-transactions now required.
Diffstat (limited to 'lib/mauve/datamapper.rb')
-rw-r--r-- | lib/mauve/datamapper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mauve/datamapper.rb b/lib/mauve/datamapper.rb index 1814302..52f37c1 100644 --- a/lib/mauve/datamapper.rb +++ b/lib/mauve/datamapper.rb @@ -13,6 +13,7 @@ require 'dm-aggregates' # do not a lot. end end +require 'dm-transactions' require 'dm-types' require 'dm-validations-with-empty-errors-hack' |