The Railscast about Stripe uses a subscription model. When setting up Devise one sets up a user model. What should we do when using Stripe with Devise? Should I setup an association between the User (has_one) and the Subscription? Should I setup the subscription info in the User? Which option is better for the long term as an application grows?
Thank you