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

Only check ENV['ROLES'] for @plan if @plan #51

Closed tmock12 closed 11 years ago

tmock12 commented 11 years ago

:scream_cat: So I guess I should pay attention to my own tests. It pointed out a flaw in my earlier fix. gotta check @plan isn't nil before we look in the ENV['ROLES'].

DanielKehoe commented 11 years ago

Thanks!