Hello!
In some cases I used to use Rectify::Command as a simple command like this
@subscriptions = Subscriptions::BuildFor.(current_user)
But after upgrade to 0.12.0 it started to return hash instead of value returned by Users::BuildFor#call
Could you change Rectify::Command.call to return value provided by Rectify::Command#call?
Or I need to change my codebase?
Thanks