Automatically wrap your Ruby on Rails actions in a transaction
restful_transactions is a Ruby on Rails plugin that, once installed, ensures that any controller action invoked using POST, PUT or DELETE will automatically be wrapped in a database transaction.
Post a comment