RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: marcustadros
and :stripe_card_token for that matter.
Question: In the controller, I can't do
@subscription = Subscription.new(params[:subscription])
because plan_id is not accessible. How did you get around this?
and :stripe_card_token for that matter.
Question: In the controller, I can't do
@subscription = Subscription.new(params[:subscription])
because plan_id is not accessible. How did you get around this?