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
I'm thinking it's probably possible to make use of interactor's before and after hooks to handle contract validation and defaults, thereby eliminating some of the monkey patching that I'm doing to the gem.
I'm thinking it's probably possible to make use of interactor's
beforeandafterhooks to handle contract validation and defaults, thereby eliminating some of the monkey patching that I'm doing to the gem.