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

Transaction on repository #3

@mitfik

Description

@mitfik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions