Ruby on RailsActiveRecord Transactions
Introduction
ActiveRecord Transactions are protective blocks where sequence of active record queries are only permanent if they can all succeed as one atomic action.
Related Examples
ActiveRecord Query Interface
Getting Started with Active Record Transactions
Next
This modified text is an extract of the original Stack Overflow Documentation created by following
contributors and released under
CC BY-SA 3.0