RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Creation of unnecessary roles #49

Closed gugat closed 11 years ago

gugat commented 11 years ago

Visiting the sign up route and passing any value in the parameter 'plan' , e.g

/users/sign_up?plan=anyname

creates an unecessary entry in the Role table with the value passed in the parameter, in this case with 'anyname'.