Is it possible to do a transaction with active resource?

86 Views Asked by At

Looking through the activeresource gem I couldn't find any code to handle transactions, similar to a normal activerecord transaction, which rolls back any changes when an error occurs.

Has anybody implemented a transaction on activeresource?

0

There are 0 best solutions below