Rails “table-less” Model
问题 I'm focused on moving my logic into my models. I've already integrated Stripe Payments into my Rails 4 app and the interaction with Stripe's API is taken care of in one of my standard (table-backed) models. However, I'm just beginning to think about whether I should introduce a table-less model for this scenario (perhaps stripe.rb ) to take care of the API calls, create new Stripe customers, updates cards etc. Anyone got any advice on this and if you recommend a new model could you highlight