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
NoMethodError:
undefined method `each_pair' for #<MyInteractor:0x00007fa2fc407350>
It's pretty easy to see that I just called the interactor incorrectly, but it seems like it would be easy to check the provided parameters and raise a helpful error.
The text was updated successfully, but these errors were encountered:
If I call an interactor like so:
rather than the correct:
Then I get a semi-cryptic error like:
It's pretty easy to see that I just called the interactor incorrectly, but it seems like it would be easy to check the provided parameters and raise a helpful error.
The text was updated successfully, but these errors were encountered: