What's the best way to implement an atomic insert/update in Rails? A good analogy for the problem I'm trying to solve is that I have two tables and I'm running API request and wrap the request with transaction using Sequel ::Model.db.transaction I want to write record to one of the table regardless if rollback_transaction is occurred
-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/6aeadfe9-2a5d-4718-80e2-c6dd954b6d65%40googlegroups.com.
