Skip to content

Commit f0a4488

Browse files
authored
Update README.md
1 parent 27b6d1f commit f0a4488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Interactify
22

3-
Interactors are a great way to encapsulate business logic in a Rails application.
3+
[Interactors](https://github.com/collectiveidea/interactor) are a great way to encapsulate business logic in a Rails application.
44
However, sometimes in complex interactor chains, the complex debugging happens at one level up from your easy to read and test interactors.
5+
[interactor-contracts](https://github.com/michaelherold/interactor-contracts) does a fantastic job of making your interactor chains more reliable.
56

67
Interactify wraps the interactor and interactor-contract gem and provides additional functionality making chaining and understanding interactor chains easier.
78

0 commit comments

Comments
 (0)