This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Description
hi, any one know why this does not work:
DataMapper.repository(:some_repository).transaction do |t|
# do staff
end
instead of that I need to use always:
MyModel.transaction do
# do staff
end
I can't find any information about that, I will be grateful for any information about that.
Thanks a lot