Skip to content

Commit 4a69bb3

Browse files
authored
Add Dry Transaction migration guide (#39)
1 parent 32d85f9 commit 4a69bb3

2 files changed

Lines changed: 523 additions & 0 deletions

File tree

docsite/source/index.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sections:
99
- extensions
1010
- design-pattern
1111
- other-monads
12+
- migrating-from-dry-transaction
1213
---
1314

1415
dry-operation provides an expressive and flexible way for you to model your app's business operations. It provides a lightweight DSL around [dry-monads](/gems/dry-monads/), which allows you to chain together steps and operations with a focus on the happy path, while elegantly handling failures.

0 commit comments

Comments
 (0)