Open
Description
When trying to subscribe to a plan, I see the following error:
uninitialized constant User::Subscription
Here is the relevant part of my User class:
has_many :orders, foreign_key: :user_id, class_name: "Spree::Order"
has_many :subscriptions, foreign_key: :user_id, class_name: "Spree::Subscription"
Metadata
Metadata
Assignees
Labels
No labels