You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
[Interactors](https://github.com/collectiveidea/interactor) are a great way to encapsulate business logic in a Rails application.
4
4
However, sometimes in complex interactor chains, the complex debugging happens at one level up from your easy to read and test interactors.
5
+
5
6
[interactor-contracts](https://github.com/michaelherold/interactor-contracts) does a fantastic job of making your interactor chains more reliable.
6
7
7
8
Interactify wraps the interactor and interactor-contract gem and provides additional functionality making chaining and understanding interactor chains easier.
0 commit comments