At BuyCoins, we use the Interactor gem for business logic. It works like this:
Say you have an Interactor called SendCoins. You call can trigger it’s functionality by doing
SendCoins
SendCoins.call(amount: 0.5…