Skip to content

Commit 93b6f01

Browse files
authored
Update README.md
1 parent 4978243 commit 93b6f01

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ class LoadOrder
2727
context.order = Order.find(context.id)
2828
end
2929
end
30+
```
31+
3032

33+
```ruby
3134
# after
3235
class LoadOrder
3336
include Interactify
@@ -55,7 +58,6 @@ organize \
5558
->(c){ byebug if c.order.nil? },
5659
Thing2
5760
```
58-
```
5961

6062
### Each/Iteration
6163

@@ -225,10 +227,6 @@ end
225227
- Is this interactor/interactor-contracts compatible?
226228
Yes and we use them as dependencies. It's possible we'd drop those dependencies in the future but unlikely. I think it's highly likely we'd retain compatibility.
227229

228-
- Is this production ready?
229-
It's used in production, but it's still early days.
230-
There may be minor syntax changes that are proposed in future, but I don't foresee any major changes to how this will be implemented in public API terms.
231-
We're bound by the interactor/interactor-contracts API, and bound by using it in production.
232230

233231
- Why not propose changes to the interactor or interactor-contracts gem?
234232
Honestly, I think both are great and why we've built on top of them.

0 commit comments

Comments
 (0)