RailsCasts Pro episodes are now free!

Learn more or hide this

marcustadros's Profile

GitHub User: marcustadros

Comments by

Avatar

and :stripe_card_token for that matter.

Avatar

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?