-
Our app enables multiple users to be a part of a single organization. We'd like to use Pay to set up a It looks like the standard approach is How can we associate a subscription with Organization instead of User? Or, am I missing an easy workaround? What's the best practice in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Sure can. The For example, with JumpstartRails.com apps our model is |
Beta Was this translation helpful? Give feedback.
Sure can. The
Pay::Customer
model is polymorphic so you can use any model you want.For example, with JumpstartRails.com apps our model is
Account
.