Transactify gem can run your methods in database transaction. Previously you had to wrap you code in `ActiveRecord::Base.transaction do .. end` but now it can be done in much more simpler way.
Required Ruby Version
>= 2.0
Authors
Igor Kasyanchuk